From f7a76abf3078bac6251d4e27f0143a9c0b14dde7 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 4 Jul 2006 13:57:49 +0000 Subject: [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions 2006-07-04 Paul Jakma * ospf_nsm.c: (general) Various small cleanups from Andrew's review of last set of patches. (nsm_timer_set) Loading, Full and default can share same code too. (nsm_should_adj) Can just be one big OR. (nsm_twoway_received) Collapse into return statement. --- ospfd/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index eff71fca..054935b3 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,12 @@ +2006-07-04 Paul Jakma + + * ospf_nsm.c: (general) Various small cleanups from Andrew's + review of last set of patches. + (nsm_timer_set) Loading, Full and default can share + same code too. + (nsm_should_adj) Can just be one big OR. + (nsm_twoway_received) Collapse into return statement. + 2006-07-02 Paul Jakma * ospf_nsm.c: (nsm_should_adj) New function, just consolidate the -- cgit v1.2.1