summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device.h b/device.h
index 243fdad..b2b18ab 100644
--- a/device.h
+++ b/device.h
@@ -16,6 +16,7 @@
#include <libubox/avl.h>
#include <libubox/safe_list.h>
+#include <libubox/kvlist.h>
#include <netinet/in.h>
struct device;
@@ -186,6 +187,7 @@ struct device {
struct safe_list aliases;
struct vlist_tree vlans;
+ struct kvlist vlan_aliases;
char ifname[IFNAMSIZ + 1];
int ifindex;