summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-10-07 22:10:29 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-10-07 22:10:29 +0200
commitd82fc18d75e4ebf615657cb5d98f000c728b13e4 (patch)
treef2629862f96c5e5ad82a40a292f88b3e5c0b671e /nest/route.h
parent9f0ba7b1c7a0754c473b8ab202f572c9c8363285 (diff)
downloadbird-d82fc18d75e4ebf615657cb5d98f000c728b13e4.tar
bird-d82fc18d75e4ebf615657cb5d98f000c728b13e4.zip
Implement proper LSA ID generation.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index 1bd23a6..e45a8c6 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -37,6 +37,7 @@ struct fib_node {
byte pxlen;
byte flags; /* User-defined */
byte x0, x1; /* User-defined */
+ u32 uid; /* Unique ID based on hash */
ip_addr prefix; /* In host order */
};