Skip to content
Snippets Groups Projects
  1. Sep 23, 2021
  2. Sep 06, 2021
  3. Sep 05, 2021
  4. Jul 05, 2021
  5. Jun 30, 2021
  6. Jun 25, 2021
  7. May 31, 2021
  8. Mar 05, 2021
  9. Feb 05, 2021
  10. Jan 14, 2021
  11. Dec 21, 2020
  12. Dec 16, 2020
  13. Dec 11, 2020
  14. Oct 29, 2020
    • Adam Wujek's avatar
      bfe12fbc
    • Adam Wujek's avatar
      [Feature:#220] snmp: add IP-MIB · b2aed6de
      Adam Wujek authored
      
      Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
      b2aed6de
    • Adam Wujek's avatar
      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