On Tue, Jun 20, 2023 at 03:46:23PM +0200, Theo Buehler wrote:
> 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.
It is not deliberate. I will fix them before commit.
> ok
--
:wq Claudio