]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: don't change SeqNum on initial DbDesc message
authorDinesh Dutt <ddutt@cumulusnetworks.com>
Sun, 25 Aug 2013 03:03:07 +0000 (03:03 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 8 Nov 2013 02:15:43 +0000 (18:15 -0800)
commit7a10a359e9740710c1e39c8be0f761f506795480
treeacf3db650a76ef97da33b0703d97920ea3d8e53a
parent3b220289a4d0da4539d965ca71e9479d68c87b11
ospf6d: don't change SeqNum on initial DbDesc message

The code was setting the DbDesc seqnum to the current seconds value of time if
this was the initial DbDesc. However, the same code was getting invoked if the
initial DbDesc was retransmitted. Caused ANVL test XX.XX to fail.

Signed-off-by: Dinesh G Dutt <ddutt at cumulusnetworks.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospf6d/ospf6_message.c