CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/01/09 08:13:49
Modified files: usr.sbin/bgpd : rtr_proto.c Log message: The End of Data PDU changed between v0 (RFC6810) and v1 (RFC8210). Add struct rtr_endofdata_v0 and rtr_parse_end_of_data_v0() to handle this oddity. With this bgpd supports RFC6810 and RFC8210 and some form of draft-ietf-sidrops-8210bis OK tb@