]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes a bug in OSPF on NBMA interfaces.
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 11 Apr 2010 08:19:54 +0000 (10:19 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 11 Apr 2010 08:19:54 +0000 (10:19 +0200)
commit7969ea3b41db05294c78a5e0ec0bd3c29ae8c549
tree68a56a439cb48cfbadb43b8383642764fba4330e
parentd759c1a6f834cd8a8a7c264d159b9ceb246aec2a
Fixes a bug in OSPF on NBMA interfaces.

A very tricky bug. OSPF on NBMA interfaces probably never really worked.
When a packet was sent to multiple destinations, the checksum was
calculated multiple times from a packet with already filled checksum
field (from previous calculation). Therefore, many packets were sent
with an invalid checksum.
proto/ospf/packet.c