]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix per-interface sockets
authorMark Stapp <mjs@labn.net>
Thu, 29 Jun 2023 17:51:18 +0000 (13:51 -0400)
committerMark Stapp <mjs@labn.net>
Mon, 3 Jul 2023 13:37:25 +0000 (09:37 -0400)
commit60b77869e554b6d2b38ea507031926f4effe390a
treeaffead0bdd3c6037c91c7e935b69da1bf66ea6ad
parent806b0ca08570b7d130c3fe705300a5aa69765b31
ospfd: fix per-interface sockets

Some fixes for the per-interface write sockets: better align
opening and closing them with ospf config actions; set
read buffer to zero since these sockets are used only for
writing packets.

Signed-off-by: Mark Stapp <mjs@labn.net>
ospfd/ospf_interface.c
ospfd/ospf_network.c