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:
@@ -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 */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user