From 66e31693289d956f59758155faf86cab88853bae Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 20 Mar 2004 19:33:06 +0000 Subject: *** empty log message *** --- bgpd/bgp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd') diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 58ff5c5c..c4735f14 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) -- cgit v1.2.1