summaryrefslogtreecommitdiff
path: root/interface-ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h
index de8343d..93d55ee 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -42,6 +42,9 @@ enum device_addr_flags {
/* route resides in default source-route table */
DEVROUTE_SRCTABLE = (1 << 8),
+
+ /* route is on-link */
+ DEVROUTE_ONLINK = (1 << 9),
};
union if_addr {