On Thu, Apr 28, 2011 at 10:41 AM, falz <[email protected]> wrote: > Martin Hein wrote: >> >> network 10.171.0.0/19 set { localpref 140 metric 12 community 65000:666 } > > I did test this before but only with a bgpctl reload. I've retested > this above with fully stopping and starting bgpd and it does then > work. Is there no graceful way to do this? Seems odd that bgpd has to > completely stop to change settings on network statements. `bgpctl > network` doesn't seem to have any type of refresh, just add and flush. > Is there just some command that I'm missing?
Ok, I see that I can use `bgpctl network delete/add x.x.x.x/yy localpref 140`.. and so on and it works. deleting and re-adding it doesn't seem to read from the config. Doing this should work but may get messy keeping the config in sync manually. Is there any other way?

