CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2013/03/07 14:28:34
Modified files: usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c parser.h Log message: Implement a bgpctl nei foo destroy that will remove the specified cloned neighbor. The neighbor must be set down before calling this function. OK phessler