]> git.ipfire.org Git - thirdparty/lldpd.git/commit
solaris: preliminary support
authorVincent Bernat <bernat@luffy.cx>
Mon, 6 May 2013 19:31:42 +0000 (21:31 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 8 May 2013 21:27:02 +0000 (23:27 +0200)
commitc3e340b6be8add4eb3a41882847a96e66793e82c
treeefabbf912e4d93bdc2eb49cbc461ba5e041af278
parentd0787f4e65c4852f4af45a62bfd28dd9c5c59c1f
solaris: preliminary support

Basic functionalities are present. However, the interface support is
very poor. There is no way to detect bridges, VLAN and
aggregates. There is no MAC/PHY support. There is no detection of
wireless devices.

The code to detect IP forwarding is here but does not work inside the
chroot.
17 files changed:
configure.ac
m4/os.m4
m4/stdint.m4 [new file with mode: 0644]
src/compat/fgetln.c
src/ctl.h
src/daemon/Makefile.am
src/daemon/forward-bsd.c [new file with mode: 0644]
src/daemon/forward-linux.c [new file with mode: 0644]
src/daemon/forward-solaris.c [new file with mode: 0644]
src/daemon/interfaces-bpf.c [new file with mode: 0644]
src/daemon/interfaces-bsd.c
src/daemon/interfaces-solaris.c [new file with mode: 0644]
src/daemon/interfaces.c
src/daemon/lldpd.c
src/daemon/lldpd.h
src/daemon/priv.c
src/daemon/privsep_fdpass.c