]> git.ipfire.org Git - thirdparty/bird.git/commit
Porting the CBOR encoder from the YANG branch
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Thu, 5 Sep 2024 09:59:02 +0000 (11:59 +0200)
committerMaria Matejka <mq@ucw.cz>
Sun, 23 Feb 2025 17:55:56 +0000 (18:55 +0100)
commit3f4ee4b09d4bd94bcfbaf23e502843a48000797f
tree70f66a4e402925c052a4baf1df99f0bd58a30329
parent6e48389a64b188a3cbbf0d19bfb1a79a6ad4371e
Porting the CBOR encoder from the YANG branch

Minor cleanups by commiter.

(source commit 43ff10204b1d9b76f6d5afc5252fb09480d5ffc5 but expected
to be rebased later, don't worry if you fail to find it)
lib/Makefile
lib/cbor.c [new file with mode: 0644]
lib/cbor.h [new file with mode: 0644]
lib/cbor_parse_tools.c [new file with mode: 0644]
lib/cbor_parse_tools.h [new file with mode: 0644]
lib/cbor_shortcuts.c [new file with mode: 0644]
lib/cbor_shortcuts.h [new file with mode: 0644]
lib/cbor_test.c [new file with mode: 0644]