summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_asbr.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-05-18 19:28:32 +0000
committerhasso <hasso>2004-05-18 19:28:32 +0000
commit3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83 (patch)
treea15fe3959155a6ca5bd5a2f8e967f9fd39736975 /ospf6d/ospf6_asbr.c
parent4845437528f395c75c1945dd80b140b7162e4667 (diff)
Update to latest (really :) ospf6d from Zebra repository and some tiny
fixes.
Diffstat (limited to 'ospf6d/ospf6_asbr.c')
-rw-r--r--ospf6d/ospf6_asbr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c
index 81edb60d..b9901293 100644
--- a/ospf6d/ospf6_asbr.c
+++ b/ospf6d/ospf6_asbr.c
@@ -47,10 +47,10 @@ unsigned char conf_debug_ospf6_asbr = 0;
char *zroute_name[] =
{ "system", "kernel", "connected", "static",
- "rip", "ripng", "ospf", "ospf6", "bgp", "unknown" };
+ "rip", "ripng", "ospf", "ospf6", "isis", "bgp", "unknown" };
char *zroute_abname[] =
-{ "X", "K", "C", "S", "R", "R", "O", "O", "B", "?" };
+{ "X", "K", "C", "S", "R", "R", "O", "O", "I", "B", "?" };
#define ZROUTE_NAME(x) \
(0 < (x) && (x) < ZEBRA_ROUTE_MAX ? zroute_name[(x)] : \