diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-07-04 13:46:14 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-07-04 13:46:14 +0000 |
commit | e55dd53bca98a032a583950320cc1367a0685bee (patch) | |
tree | 217f9f8e6d4c9426ba36ae0bcf9af3d3949347a4 /ospfd/ChangeLog | |
parent | ba0beb4a846056301d6baa7f67002c6705084b40 (diff) |
[ospfd] trivial cleanup of nsm_timer_set
2006-07-02 Paul Jakma <paul.jakma@sun.com>
* ospf_nsm.c: (nsm_timer_set) ls_req timer should be OFF in
early states.
Compact several identical sections.
Set inactivity timer to OFF for Down, for documentary purposes.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index e3805c82..e6d04f32 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -7,6 +7,10 @@ next_state if the NSM tables do not indicate next_state is conditional, log warning if one tries - existing code appears fine though. + (nsm_timer_set) ls_req timer should be OFF in early states. + Compact several identical sections. + Set inactivity timer to OFF for Down, for documentary + purposes. 2006-06-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |