mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Correct ICMPV6 type name translation
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a48a4b7a2e
commit
9b0b3d4b70
@ -768,8 +768,8 @@ my %ipv6_icmp_types = ( any => 'any',
|
|||||||
'destination-unreachable' => 1,
|
'destination-unreachable' => 1,
|
||||||
'no-route' => '1/0',
|
'no-route' => '1/0',
|
||||||
'communication-prohibited' => '1/1',
|
'communication-prohibited' => '1/1',
|
||||||
'address-unreachable' => '1/2',
|
'address-unreachable' => '1/3',
|
||||||
'port-unreachable' => '1/3',
|
'port-unreachable' => '1/4',
|
||||||
'packet-too-big' => 2,
|
'packet-too-big' => 2,
|
||||||
'time-exceeded' => 3,
|
'time-exceeded' => 3,
|
||||||
'ttl-exceeded' => 3,
|
'ttl-exceeded' => 3,
|
||||||
|
@ -2470,8 +2470,8 @@ address-mask-reply => 18</programlisting>
|
|||||||
<programlisting>destination-unreachable => 1
|
<programlisting>destination-unreachable => 1
|
||||||
no-route' => 1/0
|
no-route' => 1/0
|
||||||
communication-prohibited => 1/1
|
communication-prohibited => 1/1
|
||||||
address-unreachable' => 1/2
|
address-unreachable' => 1/3
|
||||||
port-unreachable' => 1/3
|
port-unreachable' => 1/4
|
||||||
packet-too-big => 2
|
packet-too-big => 2
|
||||||
time-exceeded' => 3
|
time-exceeded' => 3
|
||||||
ttl-exceeded' => 3
|
ttl-exceeded' => 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user