dtaht / babeld-hacking

The Babel routing daemon
http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
MIT License
1 stars 0 forks source link

route filter issues #15

Open dtaht opened 6 years ago

dtaht commented 6 years ago

Shouldn't this utterly filter out fc? I've tried all sorts of variants of this... (against my qsort thing which I'll back off, but I've also tried variants with other versions)

in ip fc::/8 le 8 deny # used by rtod for test routes in src-ip fc::/8 le 8 deny # used by rtod for test routes
in ip fc::/8 ge 8 deny # used by rtod for test routes
in src-ip fc::/8 ge 8 deny # used by rtod for test routes

in ip a::/8 ge 8 deny # core uses "a" as a default

redistribute ip fc::/8 ge 8 deny
redistribute src-ip fc::/8 ge 8 deny
redistribute ip fc::/8 le 8 deny redistribute src-ip fc::/8 le 8 deny

dtaht commented 6 years ago

nope, also fails with regular babeld.