From 42ed9da7b646ce4b05ffafcae805a3018fb6f164 Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 20 Mar 2004 18:59:59 +0000 Subject: Fix segfault in ospfd - [quagga-dev 980]. --- ospfd/ospf_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_vty.c') 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) { -- cgit v1.2.1