From da36fc7d6e6f5635cfcb68cad8c4b7b38c1b634e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 1 Jul 2016 21:29:43 +0100 Subject: [PATCH] fender.m4: Fix silly typo in comment. --- fender.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0