19 Apr
2015
19 Apr
'15
10:15 a.m.
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; ---------------------------------------------------