Hello,

Looks like bird handles "neighbor x.x.x.x default-originate" (0.0.0.0/0) from 
quagga in different way than "network 0.0.0.0/0" from quagga.

I'm currently trying to change local-preference of default route, 
If I originate  with "network 0.0.0.0/0" from quagga, everything is fine.

using this filter:

filter in_gw2 {
      if ( net_martian() ) then {
          reject;
      }
      else {
          bgp_local_pref=110;
          accept;
      }
}

if change local preference from 110 to 130, configure and reload all - local 
preference is changed

but if I receive 0.0.0.0/0 from quagga with neighbor x.x.x.x. 
default-originate, you cannot manipulate local-preference of 0.0.0.0/0 route 
without restart of BGP protocol.

Any suggestion ?
Thanks in advance

Milen Bogunski

Reply via email to