From: Mark Wooding Date: Fri, 1 Jul 2016 20:29:43 +0000 (+0100) Subject: fender.m4: Fix silly typo in comment. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/da36fc7d6e6f5635cfcb68cad8c4b7b38c1b634e fender.m4: Fix silly typo in comment. --- diff --git a/fender.m4 b/fender.m4 index 5f9597d..f1d84d8 100644 --- a/fender.m4 +++ b/fender.m4 @@ -84,7 +84,7 @@ run ebtables -A check-bcp38 -j RETURN -p ip6 --ip6-source fe80::/10 run ebtables -A check-bcp38 -j bcp38 -p ip6 run ebtables -A FORWARD -j check-bcp38 -o bond0 -## There's a hideous bug in Linux' 3.2.51-1's ebtables: for some reason it +## There's a hideous bug in Linux 3.2.51-1's ebtables: for some reason it ## misparses (at least) locally originated multicast packets, and tries to ## extract IP header fields relative to the start of the Ethernet frame. The ## result is obviously a hideous mess. Don't try to do BCP38 checking for