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

Nest: VRF support for neighbor cache and olock code

Actually much simpler than expected.
This commit is contained in:
Ondrej Zajicek (work)
2017-09-12 15:49:36 +02:00
parent 943478b00f
commit 9f4908fe78
5 changed files with 8 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ struct object_lock {
uint port; /* ... port number */
uint inst; /* ... instance ID */
struct iface *iface; /* ... interface */
struct iface *vrf; /* ... or VRF (if iface is unknown) */
void (*hook)(struct object_lock *); /* Called when the lock succeeds */
void *data; /* User data */
/* ... internal to lock manager, don't touch ... */