summaryrefslogtreecommitdiff
path: root/interface-ip.h
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2020-10-21 10:50:54 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2020-10-22 10:22:21 +0800
commit3d7bf6043bc92212da7b98af265d1587ff4abe05 (patch)
treecbef8c7bed19ed266c72cc77f327f8838b91528a /interface-ip.h
parent5722218eb523133b688dcc4e5880a7eaddc26e11 (diff)
downloadnetifd-3d7bf6043bc92212da7b98af265d1587ff4abe05.tar.gz
device_addr: record address index as in the blob
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> Acked-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h
index 5ab9299..b17ad94 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -127,6 +127,7 @@ struct device_addr {
struct vlist_node node;
bool enabled;
bool failed;
+ int index;
unsigned int policy_table;
struct device_route subnet;