]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Fixing ospf6d as well and move Changelog entry from ospfd to general one.
authorhasso <hasso>
Sat, 20 Mar 2004 20:06:15 +0000 (20:06 +0000)
committerhasso <hasso>
Sat, 20 Mar 2004 20:06:15 +0000 (20:06 +0000)
ChangeLog
ospf6d/ospf6_asbr.c
ospfd/ChangeLog

index d2c2428bc6b811b1b13e4e1b7918e3a8fef2465e..075da2d1d6bc3424fa063b90276819f02587f761 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-03-20 Michael Bruening <mike@vailsys.com>
+
+       * ospfd/ospf_vty.c: Completed array distribute_str of route types with
+         addition of "isis". This array must be indexed by
+         ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
+         be updated with every route type addition. This fix allows
+         commands redistributing routes from (bgp|isis), like "router ospf
+         redistribute bgp ...", to be written to terminal, memory, file,
+         which would otherwise result in a seg fault or, possibly, config
+         file corruption. Overlooked in import of isisd.
+       * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
+         and ripngd/ripng_zebra.c.
+
 2004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
        
        * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
index deb708ac68aad5a27668766d7dd68941f62c630d..5846ab8a76764db4ac6a2a95c4feb0aa68f40d95 100644 (file)
@@ -56,12 +56,12 @@ char *
 zroute_name[] =
 { 
   "system", "kernel", "connected", "static",
-  "rip", "ripng", "ospf", "ospf6", "bgp", "unknown"
+  "rip", "ripng", "ospf", "ospf6", "isis", "bgp", "unknown"
 };
 char *
 zroute_abname[] =
 {
-  "X", "K", "C", "S", "R", "R", "O", "O", "B", "?"
+  "X", "K", "C", "S", "R", "R", "O", "O", "I", "B", "?"
 };
 
 #define ZROUTE_NAME(x) \
index 249b175d24de72cec76e4bc9f150973e4a95854f..ca9dd04de5c3c37c673be4c4bc2c98417cb490c8 100644 (file)
@@ -1,14 +1,3 @@
-2004-03-20 Michael Bruening <mike@vailsys.com>
-
-       * ospf_vty.c: Completed array distribute_str of route types with
-         addition of "isis". This array must be indexed by
-         ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
-         be updated with every route type addition. This fix allows
-         commands redistributing routes from (bgp|isis), like "router ospf
-         redistribute bgp ...", to be written to terminal, memory, file,
-         which would otherwise result in a seg fault or, possibly, config
-         file corruption. Overlooked in import of isisd.
-
 2004-03-18 Amir Guindehi <amir@datacore.ch>
 
        * ospf_opaque.c: Attempt to correct the incorrect behavior of