cut_local : cut ipv6 CAPITAL letters

This commit is contained in:
bol-van 2023-11-27 16:18:47 +03:00
parent 112acf466d
commit 988af97fee

View File

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