From d359f4f7ab3e4cd36f9a973a996292fe8e5cf94e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 22 Dec 2023 12:44:12 +0000 Subject: [PATCH] classify.m4: Explicitly class 255.255.255.255 as broadcast. --- classify.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/classify.m4 b/classify.m4 index 6e304a8..98b9795 100644 --- a/classify.m4 +++ b/classify.m4 @@ -146,6 +146,7 @@ for i in 0.0.0.0 240.0.0.0/4; do run iptables -t mangle -A out-classify -g bad-destination-address -d $i done run iptables -t mangle -A out-classify -g mark-to-link -d 169.254.0.0/16 +run iptables -t mangle -A out-classify -g mark-to-link -d 255.255.255.255 run iptables -t mangle -A out-classify -g mark-to-link \ -m addrtype --dst-type BROADCAST -- 2.11.0