summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-11-01 00:42:17 +0000
committergpalmer <gpalmer@FreeBSD.org>1995-11-01 00:42:17 +0000
commitbc81b71f6596c6da1035b6c513189b6c7b3b2252 (patch)
treee13ee7431a9d37636046277855a644067a7b293a
parente702f25f2b2d7ffad2980c0907e73b0059568623 (diff)
downloadFreeBSD-src-bc81b71f6596c6da1035b6c513189b6c7b3b2252.zip
FreeBSD-src-bc81b71f6596c6da1035b6c513189b6c7b3b2252.tar.gz
Minor changes. Note that the ICMP code will either send a host unreachable
or port unreachable as appropriate.
-rw-r--r--share/doc/handbook/firewalls.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/handbook/firewalls.sgml b/share/doc/handbook/firewalls.sgml
index 6a63a53..ee89043 100644
--- a/share/doc/handbook/firewalls.sgml
+++ b/share/doc/handbook/firewalls.sgml
@@ -1,4 +1,4 @@
-<!-- $Id$ -->
+<!-- $Id: firewalls.sgml,v 1.1 1995/10/14 21:49:45 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.
OpenPOWER on IntegriCloud