On Tue, Jun 20, 2023 at 02:47:41PM +0200, Claudio Jeker wrote:
> This diff updates ospfd to use the new ibuf API.
> 
> It mainly removes the use of ibuf_seek() and replaces these calls with
> ibuf_set().
> 
> Regress still passes with this diff in.

There's a function vs fatal mismatch in orig_rtr_lsa

> +       if (ibuf_set_n16(buf, LS_CKSUM_OFFSET, chksum) == -1)
> +               fatal("orig_rtr_lsa: ibuf_set failed");

not sure if that's deliberate. Similarly in orig_net_lsa.

ok

Reply via email to