svn commit: r345985 - head/libexec/rc
Andrey V. Elsukov
ae at FreeBSD.org
Tue Sep 3 14:06:48 UTC 2019
Author: ae
Date: Sat Apr 6 17:21:05 2019
New Revision: 345985
URL: https://svnweb.freebsd.org/changeset/base/345985
Log:
Add firewall_[nat64|nptv6|pmod]_enable variables to /etc/defaults/rc.conf
Reported by: Andrey Fesenko
X-MFC after: r345450
Modified:
head/libexec/rc/rc.conf
Modified: head/libexec/rc/rc.conf
==============================================================================
--- head/libexec/rc/rc.conf Sat Apr 6 11:24:43 2019 (r345984)
+++ head/libexec/rc/rc.conf Sat Apr 6 17:21:05 2019 (r345985)
@@ -178,6 +178,9 @@ firewall_nologports="135-139,445 1026,1027 1433,1434"
firewall_nat_enable="NO" # Enable kernel NAT (if firewall_enable == YES)
firewall_nat_interface="" # Public interface or IPaddress to use
firewall_nat_flags="" # Additional configuration parameters
+firewall_nat64_enable="NO" # Enable kernel NAT64 module.
+firewall_nptv6_enable="NO" # Enable kernel NPTv6 module.
+firewall_pmod_enable="NO" # Enable kernel protocols modification module.
dummynet_enable="NO" # Load the dummynet(4) module
ipfw_netflow_enable="NO" # Enable netflow logging via ng_netflow
ip_portrange_first="NO" # Set first dynamically allocated port
More information about the svn-src-all
mailing list