Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: bgpd refactor rtr protocol code
To:
tech@openbsd.org
Date:
Mon, 8 Jan 2024 17:21:30 +0100

Download raw body.

Thread
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