Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:06:48 -0000
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345985 - head/libexec/rc
Message-ID:  <201904061721.x36HL6Ru092830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061721.x36HL6Ru092830>