From d82fc18d75e4ebf615657cb5d98f000c728b13e4 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 7 Oct 2009 21:10:29 +0100 Subject: Implement proper LSA ID generation. --- proto/ospf/ospf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proto/ospf/ospf.c') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index dafb607..0c4d673 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -605,7 +605,9 @@ ospf_reconfigure(struct proto *p, struct proto_config *c) struct area_net_config *anc; struct area_net *an; - po->rfc1583 = new->rfc1583; + if (po->rfc1583 != new->rfc1583) + return 0; + schedule_rtcalc(po); po->tick = new->tick; -- cgit v1.2.3