diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-08-30 18:47:37 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-08-30 18:47:37 +0000 |
commit | b5aeb4410ae3722a5f331850acbc84c39e3fcd9f (patch) | |
tree | 7af84f1ffe17a5b1444f57f0cb5f0f34197f8837 /ospfd/ChangeLog | |
parent | c15deb1b7428a2baedfb615b1a41fe28d48c598c (diff) |
[ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit
2006-08-28 Andy Gay <andy@andynet.net>
* ospf_packet.c: (ospf_make_db_desc) Assert added with More-bit
fixes does not hold up with addition of Ogier DB-Exchange
optimisation, which can empty the db-summary list in between
sent DD packets. Remove assert, update More-bit always when
in Exchange.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 0015ee6d..4da013a8 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,11 @@ +2006-08-28 Andy Gay <andy@andynet.net> + + * ospf_packet.c: (ospf_make_db_desc) Assert added with More-bit + fixes does not hold up with addition of Ogier DB-Exchange + optimisation, which can empty the db-summary list in between + sent DD packets. Remove assert, update More-bit always when + in Exchange. + 2006-08-27 J.J. Krabbendam <jkrabbendam@aimsys.nl> * ospfd.c: (ospf_finish_final) default redistribute should be |