aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2010-01-17 08:41:07 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2010-01-17 08:41:07 +0000
commit6c1e384c631bc9b27c8f10c8fed222ed930bede1 (patch)
tree31a4ca7decf655310cde58422a8dbb2e879a0067 /etc/defaults
parent416458131a7995fe122b6fda2864cf86cd35d469 (diff)
downloadsrc-6c1e384c631bc9b27c8f10c8fed222ed930bede1.tar.gz
src-6c1e384c631bc9b27c8f10c8fed222ed930bede1.zip
Remove the rules using 'me6'. Now, 'me' matches both any IPv6 address
and any IPv4 address configured on an interface in the system. Reviewed by: David Horn <dhorn2000__at__gmail.com>, luigi, qingli MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=202460
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index b061d3868344..606c5101a6c3 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -143,9 +143,7 @@ firewall_myservices="" # List of TCP ports on which this host
firewall_allowservices="" # List of IPs which have access to
# $firewall_myservices for "workstation"
# firewall.
-firewall_trusted="" # List of IPv4s which have full access to this
- # host for "workstation" firewall.
-firewall_trusted_ipv6="" # List of IPv6s which have full access to this
+firewall_trusted="" # List of IPs which have full access to this
# host for "workstation" firewall.
firewall_logdeny="NO" # Set to YES to log default denied incoming
# packets for "workstation" firewall.