mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01: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,
|
||||
'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,
|
||||
|
@ -2470,8 +2470,8 @@ address-mask-reply => 18</programlisting>
|
||||
<programlisting>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
|
||||
|
Loading…
Reference in New Issue
Block a user