Rewrite send_packet to update the eigrp header without using ibuf_seek.
authorclaudio <claudio@openbsd.org>
Thu, 14 Dec 2023 10:02:27 +0000 (10:02 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 14 Dec 2023 10:02:27 +0000 (10:02 +0000)
commit4e94f1e12dd52599cb5a39a9d879d599527d3612
treeb978bdcbfc794fff51ce2303b32ef20f0173cf61
parenteeb36cc3a4730eb6f9e0477c0f095bb45265c334
Rewrite send_packet to update the eigrp header without using ibuf_seek.

There is a long term goal to remove ibuf_seek from the public ibuf API
since the function is a bit tricky to use.
OK tb@
usr.sbin/eigrpd/packet.c