fff-babel-bird2: fix filter for router ip imports #255

Closed
jkimmel wants to merge 1 commits from jkimmel/firmware:bird-filters-direct into master
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ protocol direct {
}
# only import GUA + ULA addresses
if net !~ 2000::/3 from ::/0 || net !~ fc00::/7 from ::/0 then {
if net !~ 2000::/3 from ::/0 && net !~ fc00::/7 from ::/0 then {
reject;
}