From df8bef2a7729c3750e0e1bc535d14cefd2bb18fa Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 11 Dec 2022 14:38:23 +0300 Subject: [PATCH] ipset: cut_local6 cut link local --- ipset/def.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipset/def.sh b/ipset/def.sh index c64720d..8c7bdb7 100644 --- a/ipset/def.sh +++ b/ipset/def.sh @@ -200,7 +200,7 @@ cut_local() } cut_local6() { - $GREP -vE '^::|^fc..:|^fd..:' + $GREP -vE '^::|^fc..:|^fd..:|^fe8.:|^fe9.:|^fea.:|^feb.:' } oom_adjust_high()