From: hasso Date: Sat, 20 Mar 2004 19:33:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: frr-2.0-rc1~3763 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=66e31693289d956f59758155faf86cab88853bae;p=matthieu%2Ffrr.git *** empty log message *** --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 58ff5c5c08..c4735f143a 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -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) diff --git a/ripd/rip_zebra.c b/ripd/rip_zebra.c index 67d7b8bf10..dcd82a4872 100644 --- a/ripd/rip_zebra.c +++ b/ripd/rip_zebra.c @@ -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]) diff --git a/ripngd/ripng_zebra.c b/ripngd/ripng_zebra.c index 1af5e2406a..de372dcb51 100644 --- a/ripngd/ripng_zebra.c +++ b/ripngd/ripng_zebra.c @@ -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])