]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: support write socket per interface
authorMark Stapp <mjs@labn.net>
Wed, 29 Mar 2023 20:58:25 +0000 (16:58 -0400)
committerMark Stapp <mjs@labn.net>
Tue, 11 Apr 2023 14:16:07 +0000 (10:16 -0400)
commit04a0401f2de44feaadb8f90aae0f53f55580415e
tree2977bbd8a315abd0b5389735360d2f80fbf68503
parente80c797a1f8f98c129a9605a174d451356dde008
ospfd: support write socket per interface

Add support for a write socket per interface, enabled by
default at the ospf instance level. An ospf instance-level
config allows this to be disabled, reverting to the older
behavior where a single per-instance socket is used for
sending and receiving packets.

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