]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
daemon: remove unused interface types
authorVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 15:52:49 +0000 (16:52 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 15:52:49 +0000 (16:52 +0100)
src/daemon/lldpd.h

index 7d73a0c9dab92efb231da7e1237a723b4e716727..862ad08a7fd9d1b1d9c9f613f3c10456bd7008bb 100644 (file)
@@ -303,8 +303,6 @@ void     interfaces_update(struct lldpd *);
 #define IFACE_BOND_T     (1 << 2) /* Bond interface */
 #define IFACE_VLAN_T     (1 << 3) /* VLAN interface */
 #define IFACE_WIRELESS_T (1 << 4) /* Wireless interface */
-#define IFACE_BRIDGE_PORT_T (1 << 5) /* Bridge Port */
-#define IFACE_BOND_SLAVE_T (1 << 6) /* Bond slave */
 
 #define MAX_VLAN 4096
 #define VLAN_BITMAP_LEN (MAX_VLAN / 32)