From af2a8811420de104bc76ecb2c19d57a7100de3e3 Mon Sep 17 00:00:00 2001 From: Jeroen van Ingen <> Date: Mon, 23 Aug 2010 12:02:10 +0000 Subject: [PATCH] Fixed error in IPv6 support for Extreme --- Info/Ipv6.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info/Ipv6.pm b/Info/Ipv6.pm index 05b64524..c122f7d4 100644 --- a/Info/Ipv6.pm +++ b/Info/Ipv6.pm @@ -59,7 +59,7 @@ $VERSION = '2.01'; %FUNCS = ( 'ip_n2p_phys_addr' => 'ipNetToPhysicalPhysAddress', # IP-MIB 'c_inet_phys_addr' => 'cInetNetToMediaPhysAddress', # CISCO-IETF-IP-MIB - 'i6_n2p_phys_addr' => 'ipv6NetToMediaNetAddress', # IPV6-MIB + 'i6_n2p_phys_addr' => 'ipv6NetToMediaPhysAddress', # IPV6-MIB 'ip_n2p_phys_type' => 'ipNetToPhysicalType', # IP-MIB 'c_inet_phys_type' => 'cInetNetToMediaType', # CISCO-IETF-IP-MIB 'i6_n2p_phys_type' => 'ipv6NetToMediaType', # IPV6-MIB