--- embedaddon/bird/nest/locks.c 2017/08/22 12:33:54 1.1.1.1 +++ embedaddon/bird/nest/locks.c 2021/03/17 19:50:23 1.1.1.2 @@ -45,6 +45,7 @@ olock_same(struct object_lock *x, struct object_lock * return x->type == y->type && x->iface == y->iface && + x->vrf == y->vrf && x->port == y->port && x->inst == y->inst && ipa_equal(x->addr, y->addr);