diff options
author | gdt <gdt> | 2005-01-10 14:20:43 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-01-10 14:20:43 +0000 |
commit | 86f1fd9615391485baf37afe1055b7d8bf64b4a8 (patch) | |
tree | 3a18671a9a94e952fabcb5ecca70c0bc80bcb523 /ospfd/ChangeLog | |
parent | 220d0c0ea3a3aab81836a6aad4137aa40270512d (diff) |
2005-01-10 Greg Troxel <gdt@fnord.ir.bbn.com>
* ospf_packet.h: Remove commented out definition of
OSPF_MAX_PACKET; neither it or the uncommented one are used any more.
* ospf_packet.c (ospf_make_ls_upd): Leave room for authentication
when deciding if an update will fit.
(ospf_packet_authspace): Factor out calculation of size required
for authentication.
(ospf_make_db_desc): Use ospf_max_packet, not OSPF_MAX_PACKET.
Don't confuse readers that there is a macro.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index c7075623..df87b11e 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,15 @@ +2005-01-10 Greg Troxel <gdt@fnord.ir.bbn.com> + + * ospf_packet.h: Remove commented out definition of + OSPF_MAX_PACKET; neither it or the uncommented one are used any more. + + * ospf_packet.c (ospf_make_ls_upd): Leave room for authentication + when deciding if an update will fit. + (ospf_packet_authspace): Factor out calculation of size required + for authentication. + (ospf_make_db_desc): Use ospf_max_packet, not OSPF_MAX_PACKET. + Don't confuse readers that there is a macro. + 2004-12-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ospf_network.c: Improve all setsockopt error messages to give detailed |