diff options
author | ajs <ajs> | 2004-11-30 22:38:43 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-11-30 22:38:43 +0000 |
commit | bec595ada58ebfa98ad49220f29ab28b58549094 (patch) | |
tree | 277b0e46c07121b6be7e68a694b4849de51a5383 /ospfd/ChangeLog | |
parent | b9c35001dfa81e6cddfac0b36549b1ed4b84b5e7 (diff) |
2004-11-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_db_desc_proc) Fix spelling of packet in warning
message and in comment.
(ospf_db_desc) Warning message that a packet is being discarded
should give the router id of the packet source. Fix spelling
of packet in two warning messages.
(ospf_ls_req) Warning message that a link state request is being
discarded should give the router id of the neighbor that sent it.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 2906abe8..92651f2f 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,13 @@ +2004-11-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ospf_packet.c: (ospf_db_desc_proc) Fix spelling of packet in warning + message and in comment. + (ospf_db_desc) Warning message that a packet is being discarded + should give the router id of the packet source. Fix spelling + of packet in two warning messages. + (ospf_ls_req) Warning message that a link state request is being + discarded should give the router id of the neighbor that sent it. + 2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ospf_main.c: Remove #include "debug.h" (was not being used, and |