1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-27 11:25:26 +02:00

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>
This commit is contained in:
Karol Babioch 2018-03-25 23:36:18 +02:00
parent 655b02a54f
commit 9e856e2e3d

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 \