Fix invalid option name: DIVERT -> IPDIVERT

This commit is contained in:
Alexey Zelkin 1999-11-17 12:34:35 +00:00
parent ea97bd380d
commit b1915357ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53273

View File

@ -166,7 +166,7 @@ Options in the kernel configuration file:
IPFIREWALL - enable ipfirewall.
IPFIREWALL_VERBOSE - enable firewall output
IPFIREWALL_VERBOSE_LIMIT - limit firewall output
DIVERT - enable divert(4) sockets.
IPDIVERT - enable divert(4) sockets.
.Pp
When packets match a rule with the IP_FW_F_PRN bit set, a message
is logged to the console if IPFIREWALL_VERBOSE has been enabled;