summaryrefslogtreecommitdiffhomepage
path: root/interface-ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h
index 2559bcc..de8343d 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -77,6 +77,7 @@ struct device_prefix {
struct device_addr {
struct vlist_node node;
bool enabled;
+ bool failed;
/* ipv4 only */
uint32_t broadcast;
@@ -99,6 +100,7 @@ struct device_route {
bool enabled;
bool keep;
+ bool failed;
union if_addr nexthop;
int mtu;