ipset: cut_local6 cut link local

This commit is contained in:
bol-van 2022-12-11 14:38:23 +03:00
parent fec37eaa68
commit df8bef2a77

View File

@ -200,7 +200,7 @@ cut_local()
} }
cut_local6() cut_local6()
{ {
$GREP -vE '^::|^fc..:|^fd..:' $GREP -vE '^::|^fc..:|^fd..:|^fe8.:|^fe9.:|^fea.:|^feb.:'
} }
oom_adjust_high() oom_adjust_high()