summaryrefslogtreecommitdiffstats
path: root/nest/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/iface.h')
-rw-r--r--nest/iface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h
index 94c0945..310f01e 100644
--- a/nest/iface.h
+++ b/nest/iface.h
@@ -102,6 +102,7 @@ typedef struct neighbor {
void *data; /* Protocol-specific data */
unsigned aux; /* Protocol-specific data */
unsigned flags;
+ unsigned scope; /* Address scope, SCOPE_HOST when it's our own address */
} neighbor;
#define NEF_STICKY 1