Browse Source

net-snmp: Enable MIB ip-mib/inetNetToMediaTable

This enables the table `inetNetToMediaTable` from `ip-mib`, which implements
the `ipNetToPhysicalTable`. The former one is already enabled with the current
configuraiton, but it has been deprecatd by the IP version-neutral
`ipNetToMediaTable`, which also supports IPv6 entries [1]. It also disables all
other submodules from this MIB to keep the footprint small.

[1]: http://net-snmp.sourceforge.net/docs/mibs/IP-MIB.txt

Signed-off-by: Karol Babioch <karol@babioch.de>
lilik-openwrt-22.03
Karol Babioch 6 years ago
parent
commit
9e856e2e3d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/net-snmp/Makefile

+ 2
- 0
net/net-snmp/Makefile View File

@ -128,6 +128,7 @@ SNMP_MIB_MODULES_INCLUDED = \
host/hr_system \
ieee802dot11 \
if-mib/ifXTable \
ip-mib/inetNetToMediaTable \
mibII/at \
mibII/icmp \
mibII/ifTable \
@ -164,6 +165,7 @@ SNMP_MIB_MODULES_EXCLUDED = \
hardware \
host \
if-mib \
ip-mib \
mibII \
notification \
notification-log-mib \


Loading…
Cancel
Save