Sync with head.

This commit is contained in:
John Fieber 1995-11-01 03:15:14 +00:00
parent 31f6da57fb
commit a19095538b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/branches/RELENG_2_1_0/; revision=140

View file

@ -1,4 +1,4 @@
<!-- $Id: firewalls.sgml,v 1.1 1995-10-14 21:49:45 jfieber Exp $ -->
<!-- $Id: firewalls.sgml,v 1.1.2.1 1995-11-01 03:15:14 jfieber Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>Firewalls<label id="firewalls"></heading>
@ -133,7 +133,7 @@ relevant to IPFW:
filtering.
<tag/options IPFIREWALL_VERBOSE/ Enables code to allow logging of
packets through <tt>syslogd</tt>. Without this option, even if you
packets through <tt>syslogd(8)</tt>. Without this option, even if you
specify that packets should be logged in the filter rules, nothing
will happen.
@ -210,8 +210,8 @@ entry is destined for. For the firewall chain, valid
<descrip>
<tag/reject/Drop the packet, and send an ICMP HOST_UNREACHABLE packet
to the source.
<tag/reject/Drop the packet, and send an ICMP HOST_UNREACHABLE or
ICMP PORT_UNREACHABLE (as appropriate) packet to the source.
<tag/lreject/As <bf>reject</bf>, but also log the packet details.