Correct ICMPV6 type name translation

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-05-28 08:03:19 -07:00
parent a48a4b7a2e
commit 9b0b3d4b70
2 changed files with 4 additions and 4 deletions

View File

@ -768,8 +768,8 @@ my %ipv6_icmp_types = ( any => 'any',
'destination-unreachable' => 1,
'no-route' => '1/0',
'communication-prohibited' => '1/1',
'address-unreachable' => '1/2',
'port-unreachable' => '1/3',
'address-unreachable' => '1/3',
'port-unreachable' => '1/4',
'packet-too-big' => 2,
'time-exceeded' => 3,
'ttl-exceeded' => 3,

View File

@ -2470,8 +2470,8 @@ address-mask-reply =&gt; 18</programlisting>
<programlisting>destination-unreachable =&gt; 1
no-route' =&gt; 1/0
communication-prohibited =&gt; 1/1
address-unreachable' =&gt; 1/2
port-unreachable' =&gt; 1/3
address-unreachable' =&gt; 1/3
port-unreachable' =&gt; 1/4
packet-too-big =&gt; 2
time-exceeded' =&gt; 3
ttl-exceeded' =&gt; 3