Diff for /embedaddon/bird/nest/locks.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/08/22 12:33:54 version 1.1.1.2, 2021/03/17 19:50:23
Line 45  olock_same(struct object_lock *x, struct object_lock * Line 45  olock_same(struct object_lock *x, struct object_lock *
   return    return
     x->type == y->type &&      x->type == y->type &&
     x->iface == y->iface &&      x->iface == y->iface &&
       x->vrf == y->vrf &&
     x->port == y->port &&      x->port == y->port &&
     x->inst == y->inst &&      x->inst == y->inst &&
     ipa_equal(x->addr, y->addr);      ipa_equal(x->addr, y->addr);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>