]> git.puffer.fish Git - mirror/frr.git/commitdiff
*** empty log message ***
authorhasso <hasso>
Sat, 20 Mar 2004 19:33:06 +0000 (19:33 +0000)
committerhasso <hasso>
Sat, 20 Mar 2004 19:33:06 +0000 (19:33 +0000)
bgpd/bgp_vty.c
ripd/rip_zebra.c
ripngd/ripng_zebra.c

index 58ff5c5c08d734104ec95ca16d746c0abe8d210f..c4735f143a9f379c39ef12e38cf27813a6b0c204 100644 (file)
@@ -7658,7 +7658,7 @@ bgp_config_write_redistribute (struct vty *vty, struct bgp *bgp, afi_t afi,
 {
   int i;
   char *str[] = { "system", "kernel", "connected", "static", "rip",
-                 "ripng", "ospf", "ospf6", "bgp"};
+                 "ripng", "ospf", "ospf6", "isis", "bgp"};
 
   /* Unicast redistribution only.  */
   if (safi != SAFI_UNICAST)
index 67d7b8bf108fd16d675b94b92ee08a5ec762a051..dcd82a48722db362bf8f0e25e466068c9ae5c9b1 100644 (file)
@@ -647,7 +647,7 @@ config_write_rip_redistribute (struct vty *vty, int config_mode)
 {
   int i;
   char *str[] = { "system", "kernel", "connected", "static", "rip",
-                 "ripng", "ospf", "ospf6", "bgp"};
+                 "ripng", "ospf", "ospf6", "isis", "bgp"};
 
   for (i = 0; i < ZEBRA_ROUTE_MAX; i++)
     if (i != zclient->redist_default && zclient->redist[i])
index 1af5e2406a51866478e438c0e8b85344b42dcc57..de372dcb51a5a85513205ba3a6cb04830e091cd7 100644 (file)
@@ -485,7 +485,7 @@ ripng_redistribute_write (struct vty *vty, int config_mode)
 {
   int i;
   char *str[] = { "system", "kernel", "connected", "static", "rip",
-                 "ripng", "ospf", "ospf6", "bgp"};
+                 "ripng", "ospf", "ospf6", "isis", "bgp"};
 
   for (i = 0; i < ZEBRA_ROUTE_MAX; i++)
     if (i != zclient->redist_default && zclient->redist[i])