From 5a56f27cd00c2cad661aed9b54696699e800883c Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 8 Feb 2010 12:42:09 +0100 Subject: Adds asterisk to the primary route in 'show route' cmd. And also fixes a minor bug. --- nest/proto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index e19c394..870eddd 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -311,6 +311,7 @@ proto_reconfigure(struct proto *p, struct proto_config *oc, struct proto_config p->name = nc->name; p->in_filter = nc->in_filter; p->out_filter = nc->out_filter; + p->preference = nc->preference; if (import_changed || export_changed) log(L_INFO "Reloading protocol %s", p->name); -- cgit v1.2.3