From a77c539f38247c6b06d261adfef7e4be94e3d686 Mon Sep 17 00:00:00 2001 From: Brian de Wolf <> Date: Wed, 19 Jan 2011 00:04:07 +0000 Subject: [PATCH] These are actually listed as not-accessible so they shoudn't be defined. Their information has to be extracted from n2p_paddr instead. --- Info/Layer3.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Info/Layer3.pm b/Info/Layer3.pm index d578c662..0ad8db81 100644 --- a/Info/Layer3.pm +++ b/Info/Layer3.pm @@ -127,9 +127,6 @@ $VERSION = '2.02-cvs'; 'bgp_peer_out_upd' => 'bgpPeerOutUpdates', # IP-MIB Net to Physical Table (ARP Cache) - 'n2p_index' => 'ipNetToPhysicalIfIndex', - 'n2p_naddrt' => 'ipNetToPhysicalNetAddressType', - 'n2p_naddr' => 'ipNetToPhysicalNetAddress', 'n2p_paddr' => 'ipNetToPhysicalPhysAddress', 'n2p_lastupdate' => 'ipNetToPhysicalLastUpdated', 'n2p_ptype' => 'ipNetToPhysicalType',