BIRD ripng default gateway route strange behavior

olivier a oatech7402 at gmail.com
Sun Apr 19 12:15:30 CEST 2015


Oops. Of course, the good syntax to discard default gateway in is

if net ~ [ ::/0 ]
and not :
if net ~ [ ::/0+ ]
------------------------------------------------------
import filter {   # This block filters ::/0 in
                if net ~ [ ::/0 ] then
                        reject "ripng:rejected:DG";
                else
                        accept "ripng:accepted:not-DG";
        };

export all;

---------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20150419/cc4f22d8/attachment.html>


More information about the Bird-users mailing list