]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: move bitmaps function to a dedicated file
authorVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 18:35:56 +0000 (19:35 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 18:36:15 +0000 (19:36 +0100)
commit8b2b28f54595bc22cd1212721e9a37fbe0c83c9c
tree8f2de7bad2829bdf20c23cf849f4a563afb0393c
parent21a0428a6ebf6968b6f6a37d0fa16b442eed2de4
interfaces: move bitmaps function to a dedicated file

Also add some simple tests.
src/daemon/Makefile.am
src/daemon/bitmap.c [new file with mode: 0644]
src/daemon/interfaces.c
src/daemon/lldpd.h
src/daemon/netlink.c
tests/Makefile.am
tests/check_bitmap.c [new file with mode: 0644]