From: hasso Date: Fri, 10 Sep 2004 18:07:57 +0000 (+0000) Subject: Add IS-IS info into array. X-Git-Tag: frr-2.0-rc1~3578 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f3f27f60fdfc81fce2944ee89087417b04935663;p=matthieu%2Ffrr.git Add IS-IS info into array. --- diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c index e38e03d85f..dd89d8db2a 100644 --- a/ospf6d/ospf6_zebra.c +++ b/ospf6d/ospf6_zebra.c @@ -161,10 +161,10 @@ ospf6_zebra_if_address_update_delete (int command, struct zclient *zclient, const char *zebra_route_name[ZEBRA_ROUTE_MAX] = { "System", "Kernel", "Connect", "Static", "RIP", "RIPng", "OSPF", - "OSPF6", "BGP" }; + "OSPF6", "ISIS", "BGP" }; const char *zebra_route_abname[ZEBRA_ROUTE_MAX] = - { "X", "K", "C", "S", "r", "R", "o", "O", "B" }; + { "X", "K", "C", "S", "r", "R", "o", "O", "I", "B" }; int ospf6_zebra_read_ipv6 (int command, struct zclient *zclient,