From bc18d616ad7d1d580e1e04c28eab2cd9afb67fad Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 15 Dec 2004 15:07:19 +0000 Subject: 2004-12-15 Andrew J. Schorr * ospf_interface.h: Declare new function ospf_default_iftype. * ospf_interface.c: (ospf_default_iftype) New function to centralize this logic in one place. * ospf_zebra.c: (ospf_interface_add) Use new function ospf_default_iftype. * ospf_vty.c: (no_ip_ospf_network,config_write_interface) Fix logic by using new function ospf_default_iftype. --- ospfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 82d00392..235b7fb6 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,13 @@ +2004-12-15 Andrew J. Schorr + + * ospf_interface.h: Declare new function ospf_default_iftype. + * ospf_interface.c: (ospf_default_iftype) New function to centralize + this logic in one place. + * ospf_zebra.c: (ospf_interface_add) Use new function + ospf_default_iftype. + * ospf_vty.c: (no_ip_ospf_network,config_write_interface) Fix logic + by using new function ospf_default_iftype. + 2004-12-11 Andrew J. Schorr * ospf_packet.c: (ospf_db_desc) Should be static, not global. -- cgit v1.2.1