CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/09/22 08:07:53
Modified files: usr.sbin/bgpd : bgpd.8 session.c Log message: Update capability code to follow RFC 5492. Unlike before multiple capabilities are now encoded in a single capability option. RFC conforming BGP implementations must be able to parse both the old and the new way of the encoding (most still seem to use the old one). bgpd still accepts both ways on reception. OK henning, sthen