From d807e90f60b8d14d57045fa9bbb2295005f5f307 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 1 Feb 2020 16:52:49 +0100 Subject: [PATCH] daemon: remove unused interface types --- src/daemon/lldpd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/daemon/lldpd.h b/src/daemon/lldpd.h index 7d73a0c9..862ad08a 100644 --- a/src/daemon/lldpd.h +++ b/src/daemon/lldpd.h @@ -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) -- 2.39.5