]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/daemon/lldpd.h
daemon: remove unused interface types
[thirdparty/lldpd.git] / 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)