diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml index fd963406d5..cda83446fd 100644 --- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml @@ -2163,6 +2163,19 @@ options IPV6FIREWALL_DEFAULT_TO_ACCEPT Enable logging: firewall_logging="YES" + + + The only thing that the firewall_logging + variable will do is setting the + net.inet.ip.fw.verbose sysctl variable to + the value of 1 (see + ). There is no + rc.conf variable to set log limitations, + but it can be set via sysctl variable, manually or + from the /etc/sysctl.conf file: + + net.inet.ip.fw.verbose_limit=5 +