summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul <paul>2004-09-24 08:09:57 +0000
committerpaul <paul>2004-09-24 08:09:57 +0000
commitc18079bf31dd24ef002a35acdad45df1e39d53c5 (patch)
treeeb5aa750f6fec4924cc79480c05a34d194eaaa14
parent7c870d074b3d2acdfa0e3dc01b5ba2ef35f44638 (diff)
downloadquagga-c18079bf31dd24ef002a35acdad45df1e39d53c5.tar.bz2
quagga-c18079bf31dd24ef002a35acdad45df1e39d53c5.tar.xz
forgot to commit changelog..
-rw-r--r--ospfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index e7e7b1f3..8f1ffb68 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -10,6 +10,9 @@
loops to LIST_LOOP. miscellaneous style and indent fixups.
* ospf_te.{c,h}: ditto
* ospf_packet.c: lists typedef removal cleanup.
+ (ospf_write) ifdef fragmentation support. move actual
+ fragmentation out to a new, similarly ifdefed, function.
+ (ospf_write_frags) fragmented write support, moved from previous.
2004-09-23 Hasso Tepper <hasso at quagga.net>