Bird for RTBH trigger

Robert Blayzor rblayzor.bulk at inoc.net
Wed Oct 4 13:53:46 CEST 2017


I can do that, yes. My question was more along the lines of, how can I add these routes into BIRD without altering a kernel routing table or manually changing the config in BIRD and re-configuring it?

Something along the lines of adding a static route (non-persistent) from birdc or birdcl.

ie:

birdcl protocol trig1 route 192.168.255.254/32 blackhole


> On Oct 4, 2017, at 1:20 AM, Vincent Bernat <bernat at luffy.cx> wrote:
> 
>> protocol static trig1 {
>>        route 192.0.2.0/24 blackhole;
>>        route 192.168.255.254/32 via 192.0.2.1;
> 
> Why not just "route 192.168.255.254/32 blackhole"?
> 




More information about the Bird-users mailing list