Correct description of how REJECT is handled:

- Add UDP

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-09-02 17:07:58 -07:00
parent dcff4fad37
commit ae63a0ab77
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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>