<div dir="ltr">Hi,<div><br></div><div>When I change the "default bgp_local_pref" value for a bgp protocol, it causes the session to drop and re-establish. Here is an example config:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">protocol bgp bgp_transit_companyname_v6 {<br>    ipv6 {<br>        import table;<br>        import keep filtered;<br>        import filter bgp_in_transit_companyname;<br>        export filter bgp_out_transit_companyname;<br>    };<br>    local as MY_AS;<br>    neighbor 2001:db8::1 as 64496;<br>    default bgp_local_pref 45;<br>}</font></blockquote><div><br></div><div>Is this supposed to happen? Is there a way to get it not to happen? I would expect this change to simply change the local preference on all of the routes I have received, which would be much less disruptive.</div><div><br></div><div>Thanks,</div><div>Ross </div></div>