mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Merge commit 'db1eb46664d4c76d56dc55a63ce7abe853fc6862' into HEAD
This commit is contained in:
@@ -1856,7 +1856,7 @@ proto_reconfigure(struct proto *p, struct proto_config *oc, struct proto_config
|
||||
return 0;
|
||||
|
||||
p->sources.name = p->name = nc->name;
|
||||
p->debug = nc->debug;
|
||||
p->sources.debug = p->debug = nc->debug;
|
||||
p->mrtdump = nc->mrtdump;
|
||||
reconfigure_type = type;
|
||||
|
||||
@@ -2599,6 +2599,8 @@ proto_do_start(struct proto *p)
|
||||
if (!p->sources.class)
|
||||
p->sources.class = &default_rte_owner_class;
|
||||
|
||||
p->sources.debug = p->debug;
|
||||
|
||||
if (!p->cf->late_if_feed)
|
||||
iface_subscribe(&p->iface_sub);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user