From 37318657e5af8774a7a1446157f99496e887719f Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 20 Mar 2004 20:06:15 +0000 Subject: Fixing ospf6d as well and move Changelog entry from ospfd to general one. --- ospf6d/ospf6_asbr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ospf6d') diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c index deb708ac..5846ab8a 100644 --- a/ospf6d/ospf6_asbr.c +++ b/ospf6d/ospf6_asbr.c @@ -56,12 +56,12 @@ 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) \ -- cgit v1.2.1