mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Added IP protocols.
This commit is contained in:
@@ -310,7 +310,7 @@ ospf_if_notify(struct proto *p, unsigned flags, struct iface *iface)
|
||||
OSPF_TRACE(D_EVENTS, "Using interface %s.", iface->name);
|
||||
lock = olock_new( p->pool );
|
||||
lock->addr = AllSPFRouters;
|
||||
lock->type = OBJLOCK_UDP;
|
||||
lock->type = OBJLOCK_IP;
|
||||
lock->port = OSPF_PROTO;
|
||||
lock->iface = iface;
|
||||
lock->data = p;
|
||||
|
Reference in New Issue
Block a user