Re: eigrpd: use new ibuf API

2023-06-26 Thread Theo Buehler
On Mon, Jun 26, 2023 at 12:22:16PM +0200, Claudio Jeker wrote: > This diff changes some parts of eigrpd to use the new ibuf API. > There is one ibuf_seek() left in packet.c since the changes done to the > header there are not as trivial as in any other daemon. So that part I > left out for now. The

eigrpd: use new ibuf API

2023-06-26 Thread Claudio Jeker
This diff changes some parts of eigrpd to use the new ibuf API. There is one ibuf_seek() left in packet.c since the changes done to the header there are not as trivial as in any other daemon. So that part I left out for now. The suggested changes on the other hand are simple. Again if someone uses