diff options
author | ajs <ajs> | 2004-12-11 18:00:06 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-11 18:00:06 +0000 |
commit | 3aa8d5f9893c182eb27f0f6ab354a77edbf1b9f0 (patch) | |
tree | b2cc0ac454542e114bf3fcb4d85c62d9074903f1 /ospfd/ChangeLog | |
parent | 3378d2099440cb3a14dc7531a3221d4140e186e2 (diff) |
2004-12-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_db_desc) Should be static, not global.
(ospf_hello,ospf_db_desc,ospf_ls_upd,ospf_ls_ack) Improve warning
messages to include identifying information (e.g. router id).
* ospf_nsm.c: (nsm_change_state) Improve info message to include
router id and state names.
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 41256555..82d00392 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,11 @@ +2004-12-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ospf_packet.c: (ospf_db_desc) Should be static, not global. + (ospf_hello,ospf_db_desc,ospf_ls_upd,ospf_ls_ack) Improve warning + messages to include identifying information (e.g. router id). + * ospf_nsm.c: (nsm_change_state) Improve info message to include + router id and state names. + 2004-12-09 Greg Troxel <gdt@fnord.ir.bbn.com> * ospf_apiserver.c (ospf_apiserver_term): Obtain struct |