]> The Tcpdump Group git mirrors - tcpdump/commit
BFD: add SBFD support (RFC7880 and RFC7881) 905/head
authorBill Fenner <[email protected]>
Fri, 5 Feb 2021 05:10:31 +0000 (21:10 -0800)
committerDenis Ovsienko <[email protected]>
Sun, 14 Feb 2021 15:08:33 +0000 (15:08 +0000)
commit6c002d33c0be53140cf998d24413746979e14125
treec641c953dc8eeebd7e5cb4d2d3d1221acc8328d7
parent5d000b07738ee13d347d721d2492f739b212fdf5
BFD: add SBFD support (RFC7880 and RFC7881)

Add support for SBFD on UDP port 7784.  SBFD is different
in that packets from the reflector will be sent with *source*
port 7784; in all other BFD mechanisms, it is only the
destination port that matters.  For SBFD print-udp.c has to
check both source and destination port.
print-bfd.c
print-udp.c
tests/TESTLIST
tests/bfd-sbfd-v.out [new file with mode: 0644]
tests/bfd-sbfd.out [new file with mode: 0644]
tests/bfd-sbfd.pcap [new file with mode: 0644]
udp.h