svn commit: r54330 - head/en_US.ISO8859-1/books/handbook/firewalls

Allan Jude allanjude at FreeBSD.org
Sat Jul 11 17:50:13 UTC 2020


Author: allanjude
Date: Sat Jul 11 17:50:12 2020
New Revision: 54330
URL: https://svnweb.freebsd.org/changeset/doc/54330

Log:
  Include an example of how to load IPv6 rules for ipfilter
  
  PR:		182218
  Submitted by:	debdrup
  Reported by:	pl at catslair.org
  Sponsored by:	Klara Inc.
  Event:		July 2020 Bugathon
  Differential Revision:	https://reviews.freebsd.org/D25624

Modified:
  head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Sat Jul 11 17:23:01 2020	(r54329)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Sat Jul 11 17:50:12 2020	(r54330)
@@ -2906,6 +2906,7 @@ options IPFILTER_DEFAULT_BLOCK</programlisting>
 
       <programlisting>ipfilter_enable="YES"             # Start ipf firewall
 ipfilter_rules="/etc/ipf.rules"   # loads rules definition text file
+ipv6_ipfilter_rules="/etc/ipf6.rules" # loads rules definition text file for IPv6
 ipmon_enable="YES"                # Start IP monitor log
 ipmon_flags="-Ds"                 # D = start as daemon
                                   # s = log to syslog


More information about the svn-doc-head mailing list