From 577640dcbc0a9c6aa547ab1b0527a062c1332790 Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Sat, 6 Apr 2019 17:21:05 +0000 Subject: [PATCH] Add firewall_[nat64|nptv6|pmod]_enable variables to /etc/defaults/rc.conf Reported by: Andrey Fesenko X-MFC after: r345450 --- libexec/rc/rc.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index 7c118dfb48f..1c8b0b9afbb 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -178,6 +178,9 @@ firewall_nologports="135-139,445 1026,1027 1433,1434" # List of TCP/UDP ports 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