From 05ec704fd38eb2aece7827ca806560830e2245f6 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sat, 11 Jul 2020 17:50:12 +0000 Subject: [PATCH] Include an example of how to load IPv6 rules for ipfilter PR: 182218 Submitted by: debdrup Reported by: pl@catslair.org Sponsored by: Klara Inc. Event: July 2020 Bugathon Differential Revision: https://reviews.freebsd.org/D25624 --- en_US.ISO8859-1/books/handbook/firewalls/chapter.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml index c60472927d..b2c80dda4d 100644 --- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml @@ -2906,6 +2906,7 @@ options IPFILTER_DEFAULT_BLOCK 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