[ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisation

2006-08-03 Paul Jakma <paul.jakma@sun.com>

	* ospf_packet.c: (ospf_make_db_desc) Implement
	  draft-ogier-ospf-dbex-opt DB-exchange optimisation.
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 193f0de..05f96ac 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -15,6 +15,7 @@
 	  before deciding whether both sides are done, avoids a
 	  needless round of empty DD packet exchanges at the end of
 	  Exchange, hence speeding up ExchangeDone.
+	  Implement draft-ogier-ospf-dbex-opt DB-exchange optimisation.
 	  (ospf_db_desc) use UNSET_FLAG macro.
 
 2006-07-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>