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:
parent
655b02a54f
commit
9e856e2e3d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue