4 Oct
2017
4 Oct
'17
11:53 a.m.
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@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"?