diff --git a/ipset/def.sh b/ipset/def.sh index c64720dc..8c7bdb73 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()