diff options
author | hasso <hasso> | 2004-03-20 18:59:59 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-03-20 18:59:59 +0000 |
commit | 48378aa4284fd3a55e9a9bcd077837bbf3dc606b (patch) | |
tree | c3a48a851d2fdd999bd7082ed45401ef94a87624 /ospfd/ospf_vty.c | |
parent | 8d970a7d5d25a8ed51a8cb9e0c7a8c6a6e63526f (diff) | |
download | quagga-48378aa4284fd3a55e9a9bcd077837bbf3dc606b.tar.bz2 quagga-48378aa4284fd3a55e9a9bcd077837bbf3dc606b.tar.xz |
Fix segfault in ospfd - [quagga-dev 980].
Diffstat (limited to 'ospfd/ospf_vty.c')
-rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 5e2c3a2e..14cd9766 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -7142,7 +7142,7 @@ config_write_virtual_link (struct vty *vty, struct ospf *ospf) char *distribute_str[] = { "system", "kernel", "connected", "static", "rip", - "ripng", "ospf", "ospf6", "bgp"}; + "ripng", "ospf", "ospf6", "isis", "bgp"}; int config_write_ospf_redistribute (struct vty *vty, struct ospf *ospf) { |