]> git.ipfire.org Git - thirdparty/bird.git/commit
Fix bugs in OSPF MD5 authentication. First bug is that default
authorOndrej Zajicek <santiago@crfreenet.org>
Sat, 8 Nov 2008 16:24:23 +0000 (17:24 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 8 Nov 2008 16:24:23 +0000 (17:24 +0100)
commitb21f68b4cd4794c84e5f0eb2c34204c87ccf0e9a
tree2bbf675877333084f912c5b18eae34eb247851b3
parent08cca48a149bd6d5210659daf220b6dae87a43b3
Fix bugs in OSPF MD5 authentication. First bug is that default
values for MD5 password ID changed during reconfigure, Second
bug is that BIRD chooses password in first-fit manner, but RFC
says that it should use the one with the latest generate-from.

It also modifies the syntax for multiple passwords.
Now it is possible to just add more 'password' statements
to the interface section and it is not needed to use
'passwords' section. Old syntax can be used too.
doc/bird.sgml
nest/config.Y
nest/password.c
nest/password.h
proto/ospf/config.Y
proto/ospf/packet.c
proto/rip/auth.c
proto/rip/config.Y