Merge pull request #5821 from kbabioch/feat/ipNetToPhysicalTable
net-snmp: Enable MIB ip-mib/inetNetToMediaTable
This commit is contained in:
commit
bf729d2f38
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,7 @@ SNMP_MIB_MODULES_INCLUDED = \
|
||||||
host/hr_system \
|
host/hr_system \
|
||||||
ieee802dot11 \
|
ieee802dot11 \
|
||||||
if-mib/ifXTable \
|
if-mib/ifXTable \
|
||||||
|
ip-mib/inetNetToMediaTable \
|
||||||
mibII/at \
|
mibII/at \
|
||||||
mibII/icmp \
|
mibII/icmp \
|
||||||
mibII/ifTable \
|
mibII/ifTable \
|
||||||
|
@ -164,6 +165,7 @@ SNMP_MIB_MODULES_EXCLUDED = \
|
||||||
hardware \
|
hardware \
|
||||||
host \
|
host \
|
||||||
if-mib \
|
if-mib \
|
||||||
|
ip-mib \
|
||||||
mibII \
|
mibII \
|
||||||
notification \
|
notification \
|
||||||
notification-log-mib \
|
notification-log-mib \
|
||||||
|
|
Loading…
Reference in a new issue