mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Follow-up work on integration
This commit is contained in:
@@ -648,6 +648,9 @@ ospf_reconfigure(struct proto *P, struct proto_config *c)
|
||||
if (proto_get_router_id(c) != p->router_id)
|
||||
return 0;
|
||||
|
||||
if (p->ospf2 != new->ospf2)
|
||||
return 0;
|
||||
|
||||
if (p->rfc1583 != new->rfc1583)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user