diff options
author | hasso <hasso> | 2004-09-10 18:07:57 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-10 18:07:57 +0000 |
commit | f3f27f60fdfc81fce2944ee89087417b04935663 (patch) | |
tree | 4f65dbb37fca42d7f293b8c2e7154aa845bb30cc /ospf6d/ospf6_zebra.c | |
parent | 9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e (diff) | |
download | quagga-f3f27f60fdfc81fce2944ee89087417b04935663.tar.bz2 quagga-f3f27f60fdfc81fce2944ee89087417b04935663.tar.xz |
Add IS-IS info into array.
Diffstat (limited to 'ospf6d/ospf6_zebra.c')
-rw-r--r-- | ospf6d/ospf6_zebra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c index e38e03d8..dd89d8db 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, |