CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/14 03:02:27
Modified files:
usr.sbin/eigrpd: packet.c
Log message:
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@
