]> git.proxmox.com Git - mirror_frr.git/commit
bfdd: use UDP sockets instead of raw
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 29 Aug 2018 18:17:49 +0000 (15:17 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 3 Sep 2018 13:41:33 +0000 (10:41 -0300)
commit2f11c53f550a07970b73344985202d5ade4e353a
tree865eaa814ae6878e853ff024c7386355273b6b4c
parent40675ea908eec9f3735219a44617371519f41d67
bfdd: use UDP sockets instead of raw

Avoid all complexities of handling ethernet/IP/UDP headers and just use
UDP sockets: let the OS kernel handle this task.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bfdd/bfd.h
bfdd/bfd_packet.c
bfdd/bfdd.c
bfdd/bsd.c
bfdd/linux.c