CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/09/11 23:56:22
Modified files: usr.sbin/bgpd : bgpd.h parse.y printconf.c rde.c rde.h rde_rib.c session.c session.h Log message: Better graceful restart support (implementing more then just the EoR record). This implements only the "Restarting Client" bits of the RFC -- in other words bgpd will keep the FIB when the client restarts but it will not do GR when restarting itself. The capability is still off by default (you need "announce restart yes" to enable it). Tested by Anders Berggren. OK sthen@