]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes a compatibility issue in OSPFv2 PtP links.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 17 Apr 2013 11:06:40 +0000 (13:06 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 17 Apr 2013 11:06:40 +0000 (13:06 +0200)
commit8df02847e8af29863c325b7297e3a2b2ed5f961c
tree58b34a7cf7693fd08c9689e5b1726ef78034f6dc
parentcd3b02d198093abbbe671f647e4deb2470eb9cf1
Fixes a compatibility issue in OSPFv2 PtP links.

BIRD used zero netmask in hello packets on all PtP links, not just on
unnumbered ones. This patch fixes it and adds option 'ptp netmask'
for overriding the default behavior.

Thanks to Alexander V. Chernikov for the original patch.
doc/bird.sgml
proto/ospf/config.Y
proto/ospf/hello.c
proto/ospf/iface.c
proto/ospf/ospf.h