From d57834f6e5f060924b92b9544070ecf5f145848a Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 12 Jul 2005 20:04:22 +0000 Subject: 2005-07-12 Paul Jakma * ospfd.h: add OSPF_ABR_DEFAULT for convenience, make OSPF_ABR_CISCO be the default ABR type. * ospfd.c: (ospf_new) initialise abr_type to OSPF_ABR_DEFAULT * ospf_vty.c: (no_ospf_abr_type_cmd) add standard as a negatable abr_type. default abr_type should be OSPF_ABR_DEFAULT. (ospf_config_write) test whether default abr_type against OSPF_ABR_DEFAULT, rather than any specific ABR_TYPE. --- ospfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 9d1b2fa1..d0cc5455 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,13 @@ +2005-07-12 Paul Jakma + + * ospfd.h: add OSPF_ABR_DEFAULT for convenience, make + OSPF_ABR_CISCO be the default ABR type. + * ospfd.c: (ospf_new) initialise abr_type to OSPF_ABR_DEFAULT + * ospf_vty.c: (no_ospf_abr_type_cmd) add standard as a negatable + abr_type. default abr_type should be OSPF_ABR_DEFAULT. + (ospf_config_write) test whether default abr_type against + OSPF_ABR_DEFAULT, rather than any specific ABR_TYPE. + 2005-06-20 Hasso Tepper * ospf_nsm.c: Make database exchange for NSSA database work. -- cgit v1.2.1