summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2010-02-08 18:51:24 +0000
committeremax <emax@FreeBSD.org>2010-02-08 18:51:24 +0000
commitbde3e9d61d9ea3d2559c24068294419b902cf4fd (patch)
treeeb1a6a7c73381c281264f3825ec31c011b7f4329 /etc/defaults
parent3c2fa0128f9b6a21684a8cbc5a33d090e09b6e4e (diff)
downloadFreeBSD-src-bde3e9d61d9ea3d2559c24068294419b902cf4fd.zip
FreeBSD-src-bde3e9d61d9ea3d2559c24068294419b902cf4fd.tar.gz
Introduce new rc.conf variable firewall_coscripts. It can be used to
specify list of executables and/or rc scripts that should be executed after firewall starts/stops. Submitted by: Yuri Kurenkov <y dot kurenkov at init dot ru> Reviewed by: rhodes, rc@ MFC after: 1 week
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index cae0d51..7d0a7d2 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -118,6 +118,8 @@ firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
firewall_quiet="NO" # Set to YES to suppress rule display
firewall_logging="NO" # Set to YES to enable events logging
firewall_flags="" # Flags passed to ipfw when type is a file
+firewall_coscripts="" # List of executables/scripts to run after
+ # firewall starts/stops
firewall_client_net="192.0.2.0/24" # IPv4 Network address for "client"
# firewall.
#firewall_client_net_ipv6="2001:db8:2:1::/64" # IPv6 network prefix for
OpenPOWER on IntegriCloud