We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the bird filters contain the whole filter:
if net ~ [100.64.17.0/24+, 5.145.135.128/27+, 10.0.0.0/8+] then reject; instead of just the rules which they apply too. This can be improved
if net ~ [100.64.17.0/24+, 5.145.135.128/27+, 10.0.0.0/8+] then reject;
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from ffac/sn01
ae96dd0
use FFRL uplink for ipv4 as well
JayBraker
No branches or pull requests
Currently the bird filters contain the whole filter:
if net ~ [100.64.17.0/24+, 5.145.135.128/27+, 10.0.0.0/8+] then reject;
instead of just the rules which they apply too.This can be improved
The text was updated successfully, but these errors were encountered: