6 Oct
2014
6 Oct
'14
2:15 p.m.
micah <micah@riseup.net> writes: Some additional information, I do have a handful of static routes defined: protocol static static_bgp { import all; route 204.13.164.0/24 reject; route 198.252.153.0/24 reject; route 199.254.238.0/24 reject; } and these appear in bird as follows: # birdc show route |grep '!' 204.13.164.0/24 unreachable [static_bgp 2014-10-04] ! (200) 198.252.153.0/24 unreachable [static_bgp 2014-10-04] ! (200) 199.254.238.0/24 unreachable [static_bgp 2014-10-04] ! (200) which I understand is bird trying to add a route to the kernel, but it is already there.