diff options
author | hasso <hasso> | 2004-03-20 19:33:06 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-03-20 19:33:06 +0000 |
commit | 936d6aebb8986fb1053d84b1be3fb47546ce07fd (patch) | |
tree | 94c06121c3572d9a8d9f7cd3033cf3588bffeae2 /ripd/rip_zebra.c | |
parent | 48378aa4284fd3a55e9a9bcd077837bbf3dc606b (diff) | |
download | quagga-936d6aebb8986fb1053d84b1be3fb47546ce07fd.tar.bz2 quagga-936d6aebb8986fb1053d84b1be3fb47546ce07fd.tar.xz |
*** empty log message ***
Diffstat (limited to 'ripd/rip_zebra.c')
-rw-r--r-- | ripd/rip_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_zebra.c b/ripd/rip_zebra.c index 67d7b8bf..dcd82a48 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]) |