]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes bug in OSPF packet retransmission.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 6 Apr 2009 14:53:06 +0000 (16:53 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 6 Apr 2009 14:53:06 +0000 (16:53 +0200)
commitb722fe7ebdf7e11f097ed0a85302769de2ac10fb
treee62efe0d3749bcc447981772eb71ba8c107b67c7
parent8298d780be5a5b00c31c10a37a5f3a1353d6e234
Fixes bug in OSPF packet retransmission.

If a DBDES packet from a master to a slave is lost, then the old code
does not retransmit it and instead send a next one with the same
sequence number. That leads to silent desynchronization of LSA
databases.
proto/ospf/dbdes.c
proto/ospf/dbdes.h
proto/ospf/neighbor.c