1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Implement proper LSA ID generation.

This commit is contained in:
Ondrej Zajicek
2009-10-07 21:10:29 +01:00
parent 9f0ba7b1c7
commit d82fc18d75
5 changed files with 106 additions and 13 deletions

View File

@@ -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 */
};