summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall6
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-06-22 06:25:54 +0000
committerkuriyama <kuriyama@FreeBSD.org>2001-06-22 06:25:54 +0000
commit44d1723f45fa955b68fb90fc3e7604ceeea6f0d3 (patch)
tree21138dd2f8649658b1792ea92e1a5c2d3885d411 /etc/rc.firewall6
parent896e5d0889f2ec5be0f737910e651701244bd7fb (diff)
downloadFreeBSD-src-44d1723f45fa955b68fb90fc3e7604ceeea6f0d3.zip
FreeBSD-src-44d1723f45fa955b68fb90fc3e7604ceeea6f0d3.tar.gz
Fix typos in comment.
(s/IPFIREWALL_DEFAULT_TO_ACCEPT/IPV6FIREWALL_DEFAULT_TO_ACCEPT/) MFC after: 1 week
Diffstat (limited to 'etc/rc.firewall6')
-rw-r--r--etc/rc.firewall64
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firewall6 b/etc/rc.firewall6
index 646d3d1..48803c0 100644
--- a/etc/rc.firewall6
+++ b/etc/rc.firewall6
@@ -142,7 +142,7 @@ case ${ipv6_firewall_type} in
${fw6cmd} add pass udp from ${ip} to any 123
# Everything else is denied by default, unless the
- # IPFIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
+ # IPV6FIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
# config file.
;;
@@ -245,7 +245,7 @@ case ${ipv6_firewall_type} in
#${fw6cmd} add pass udp from fe80::/10 521 to ff02::9 521
# Everything else is denied by default, unless the
- # IPFIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
+ # IPV6FIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
# config file.
;;
OpenPOWER on IntegriCloud