From 08e335f39c88111a0fca0e37699fd61f2add4518 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Tue, 4 Dec 2012 21:48:33 -0500 Subject: [PATCH] Typo in IPV6-MIB i6_n2p_phys_addr definition --- Info/IPv6.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info/IPv6.pm b/Info/IPv6.pm index c0f3556f..ab32c9c4 100644 --- a/Info/IPv6.pm +++ b/Info/IPv6.pm @@ -59,7 +59,7 @@ $VERSION = '2.09'; %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