CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/05/20 04:01:52
Modified files: usr.sbin/bgpd : session.c Log message: Convert more of the session engine parsers to the new ibuf API This converts OPEN and it capability parser and RREFRESH and with that all packet parser are kind of converted. There is still parse_header() and the general packet handling that needs some work now so that all the ugly ibuf_from_buffer() can be dropped. OK tb@