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

@@ -321,7 +321,6 @@ radv_iface_new(struct radv_proto *p, struct iface *iface, struct radv_iface_conf
ifa->timer = tm;
struct object_lock *lock = olock_new(pool);
lock->addr = IPA_NONE;
lock->type = OBJLOCK_IP;
lock->port = ICMPV6_PROTO;
lock->iface = iface;