Another Netlink: File exists
    micah 
    micah at riseup.net
       
    Mon Oct  6 16:15:51 CEST 2014
    
    
  
micah <micah at 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.
    
    
More information about the Bird-users
mailing list