]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPF: DD seqnum should be initialized only for first attempts
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 3 Feb 2019 15:20:37 +0000 (16:20 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 3 Feb 2019 15:20:37 +0000 (16:20 +0100)
commit9c94583a3ded3b2792bd08d88beb10100a82d7b4
treeef7ed4561da7496f6e6e79be12676fb13f8764e3
parent267da8138d7f429941f2d829b44cf9bdd94a14d6
OSPF: DD seqnum should be initialized only for first attempts

After SeqNumberMismatch/BadLSReq, we should continue with the old
seqnum++. The old code tries to do that by n->adj, but it was set
nowhere.
proto/ospf/neighbor.c
proto/ospf/ospf.h