On Mon, Mar 08, 2010 at 10:37:09AM -0500, Steven Surdock wrote: > Running 4.5-stable. What is the preferred way to withdrawal an > advertised route? > > % sudo bgpctl network delete 10.10.10.0/24 >
This only works if 10.10.10.0/24 was added via bgpctl network add beforehands. > Says it sent the request, but the route doesn't seem to get removed from > the announce list. If I edit /etc/bgpd.conf and comment out the > "network 10.10.10.0/24" directive and do a 'sudo bgpctl reload' the > route is removed. But, this seems a little drastic. > If you have the network specified in the config file, you need to edit the config and reload to get rid of it. I don't think this is drastic. Reloads do not hurt. -- :wq Claudio

