]> git.ipfire.org Git - thirdparty/lldpd.git/commit - NEWS
OpenBSD support.
authorVincent Bernat <bernat@luffy.cx>
Thu, 27 Dec 2012 22:25:26 +0000 (23:25 +0100)
committerVincent Bernat <bernat@luffy.cx>
Thu, 27 Dec 2012 22:25:26 +0000 (23:25 +0100)
commit690b944cc01bd3d3b7d2587c7d6a4ed533f348ef
tree6bc90706af38bb2923a84647322e5b884a6f11cd
parent4e5f34c5231abb2be8884df6db06483b38b0eb70
OpenBSD support.

With VLAN, bonding and bridge support as well. Tested with OpenBSD
5.2.

To ease porting, we also shop `netinet/if_ether.h` which is a stripped
down version of the one contained in OpenBSD (without kernel and ARP
stuff). Including correctly this header has always been a pain, even
when supporting only Linux.
14 files changed:
.gitignore
NEWS
configure.ac
include/netinet/if_ether.h [new file with mode: 0644]
m4/os.m4
src/compat/compat.h
src/ctl.c
src/daemon/Makefile.am
src/daemon/interfaces-bsd.c [moved from src/daemon/interfaces-freebsd.c with 94% similarity]
src/daemon/lldp-tlv.h
src/daemon/lldpd.c
src/daemon/lldpd.h
src/daemon/priv.c
src/lldpd-structs.h