]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
add encoder for BFD, and test cases.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 28 Feb 2023 20:31:16 +0000 (15:31 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 28 Feb 2023 20:32:54 +0000 (15:32 -0500)
commitcb1dac652275ffc115bcd58d76f9107ddce66eb9
treecf3f03af189be31da9f3ad69afd81b2399ce3942
parent16ee91b719fc23c2ee1b314bf1b14a713d53c1b6
add encoder for BFD, and test cases.

There's no decoder, and no authentication tests yet
src/protocols/bfd/all.mk [new file with mode: 0644]
src/protocols/bfd/attrs.h [new file with mode: 0644]
src/protocols/bfd/base.c [new file with mode: 0644]
src/protocols/bfd/bfd.h [new file with mode: 0644]
src/protocols/bfd/encode.c [new file with mode: 0644]
src/tests/unit/protocols/bfd/base.txt [new file with mode: 0644]