mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01:00
Correct description of how REJECT is handled:
- Add UDP Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
dcff4fad37
commit
ae63a0ab77
@ -2119,6 +2119,11 @@ LOG:info:,bar net fw</programlisting>
|
||||
with an RST.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>if the protocol is UDP (17) then the packet is rejected
|
||||
with an 'port-unreachable' ICMP (ICMP6).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>if the protocol is ICMP (1) then the packet is rejected
|
||||
with a 'host-unreachable' ICMP.</para>
|
||||
|
@ -1875,6 +1875,11 @@ LOG:info:,bar net fw</programlisting>
|
||||
with an RST.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>if the protocol is UDP (17) then the packet is rejected
|
||||
with an 'port-unreachable' ICMP (ICMP6).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>if the protocol is ICMP (1) then the packet is rejected
|
||||
with a 'addr-unreachable' ICMP.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user