On Tue, Mar 13, 2012 at 06:38:53PM +0000, Pawe? Nastachowski wrote: > > Wiadomo?? napisana przez Marek Wajdzik w dniu 13 mar 2012, o godz. 19:06: > > > Is there a possibility to change bgp local preference of single prefix > > in import filter? If yes, then how to do it? > > if net ~ x.x.x.x/n then bgp_local_pref=55;
Why not: if net = x.x.x.x/n then bgp_local_pref=55;
