aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-05-26 14:44:06 +0200
committerTobias Brunner <tobias@strongswan.org>2017-05-26 14:44:06 +0200
commitb2473e94a21598eb818daee696e9fb0c7e87530d (patch)
tree73980725c640681764076f1a94adf48839cbe6fc /testing
parentcd0bba90a9d38afd4378ec498802aa05704734d9 (diff)
downloadstrongswan-b2473e94a21598eb818daee696e9fb0c7e87530d.tar.bz2
strongswan-b2473e94a21598eb818daee696e9fb0c7e87530d.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'testing')
-rw-r--r--testing/hosts/default/etc/ip6tables.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hosts/default/etc/ip6tables.rules b/testing/hosts/default/etc/ip6tables.rules
index 6a2c6af8e..bcb868414 100644
--- a/testing/hosts/default/etc/ip6tables.rules
+++ b/testing/hosts/default/etc/ip6tables.rules
@@ -28,7 +28,7 @@
-A INPUT -p icmpv6 --icmpv6-type neighbor-advertisement -j ACCEPT
-A OUTPUT -p icmpv6 --icmpv6-type neighbor-advertisement -j ACCEPT
-# allow crl and certficate fetch from winnetou
+# allow crl and certificate fetch from winnetou
-A INPUT -i eth0 -p tcp --sport 80 -s fec0::15 -j ACCEPT
-A OUTPUT -o eth0 -p tcp --dport 80 -d fec0::15 -j ACCEPT