1. 23 Sep, 2021 3 commits
  2. 06 Sep, 2021 4 commits
  3. 05 Sep, 2021 7 commits
  4. 05 Jul, 2021 4 commits
  5. 30 Jun, 2021 2 commits
  6. 25 Jun, 2021 1 commit
  7. 31 May, 2021 1 commit
  8. 05 Mar, 2021 1 commit
  9. 05 Feb, 2021 3 commits
  10. 14 Jan, 2021 2 commits
  11. 21 Dec, 2020 2 commits
  12. 16 Dec, 2020 1 commit
  13. 11 Dec, 2020 4 commits
  14. 29 Oct, 2020 5 commits
    • Adam Wujek's avatar
      bfe12fbc
    • Adam Wujek's avatar
      [Feature:#220] snmp: add IP-MIB · b2aed6de
      Adam Wujek authored
      Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
      b2aed6de
    • Adam Wujek's avatar
      Kconfig: rename RVLAN_DAEMON to RVLAN_ENABLE · 2f411a2c
      Adam Wujek authored
      Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
      2f411a2c
    • Adam Wujek's avatar
      CI: fix artifacts+more · c8b9fe16
      Adam Wujek authored
      --Store build log in a log file. Log size is ~32MB, log limit in gitlab is ~16MB.
      --Add log file into artifact archive
      --Fix adding wrs-firmware*.tar into artifacts
      --Fix a name of artifacts archive to contain job ID
      --Use all available cores on a build machine
      c8b9fe16
    • Michal Wasiak's avatar
      [Feature:#218] Export an output of rtu_stat and wrs_vlans via · df7f3cc6
      Michal Wasiak authored
      Export a subset of BRIDGE-MIB and Q-BRIDGE-MIB
      
      Implemented OIDs:
      dot1dBase:
       --dot1dBaseBridgeAddress
       --dot1dBaseNumPorts
       --dot1dBaseType
      dot1dBasePortTable:
       --dot1dBasePortIfIndex
       --dot1dBasePortCircuit
      dot1dTpFdbTable:
       --dot1dTpFdbAddress
       --dot1dTpFdbPort
       --dot1dTpFdbStatus
      dot1dStaticTable:
       --dot1dStaticAddress
       --dot1dStaticReceivePort
       --dot1dStaticAllowedToGoTo
       --dot1dStaticStatus
      dot1qBase:
       --dot1qVlanVersionNumber
       --dot1qMaxVlanId
       --dot1qMaxSupportedVlans
       --dot1qNumVlans
       --dot1qGvrpStatus
      dot1qFdbTable:
       --dot1qFdbDynamicCount
      dot1qTpFdbTable:
       --dot1qTpFdbPort
       --dot1qTpFdbStatus
      dot1qVlanCurrentTable:
       --dot1qVlanFdbId
       --dot1qVlanCurrentEgressPorts
       --dot1qVlanCurrentUntaggedPorts
       --dot1qVlanStatus
       --dot1qVlanCreationTime
      dot1qVlanStaticTable:
       --dot1qVlanStaticName
       --dot1qVlanStaticEgressPorts
       --dot1qVlanForbiddenEgressPorts
       --dot1qVlanStaticUntaggedPorts
       --dot1qVlanStaticRowStatus
      dot1qPortVlanTable:
       --dot1qPvid
       --dot1qPortAcceptableFrameTypes
       --dot1qPortIngressFiltering
       --dot1qPortGvrpStatus
       --dot1qPortGvrpFailedRegistrations
       --dot1qPortGvrpLastPduOrigin
       --dot1qPortRestrictedVlanRegistration
      df7f3cc6