summaryrefslogtreecommitdiff
path: root/bgpd
diff options
context:
space:
mode:
authorhasso <hasso>2004-03-20 19:33:06 +0000
committerhasso <hasso>2004-03-20 19:33:06 +0000
commit66e31693289d956f59758155faf86cab88853bae (patch)
treeecb9a5e77473abf776b9c97c661eef4be30abf34 /bgpd
parent42ed9da7b646ce4b05ffafcae805a3018fb6f164 (diff)
*** empty log message ***
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_vty.c2
1 files changed, 1 insertions, 1 deletions
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)