diff options
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index 94c0945b..310f01ed 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 |