Download raw body.
bgpd refactor rtr protocol code
On Mon, Jan 08, 2024 at 03:27:14PM +0100, Claudio Jeker wrote: > The rtr_parse_header() function is overly complicated because it does > too many things. This diff splits the session_id check out of > rtr_parse_header(). > > This also improves the version negotiation handling since the split code > is easier to understand. Very much so. Can't spot anything wrong with the diff. ok tb
bgpd refactor rtr protocol code