From d82fc18d75e4ebf615657cb5d98f000c728b13e4 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 7 Oct 2009 21:10:29 +0100 Subject: Implement proper LSA ID generation. --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/route.h') 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 */ }; -- cgit v1.2.3