diff options
author | hasso <hasso> | 2004-03-20 20:06:15 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-03-20 20:06:15 +0000 |
commit | 37318657e5af8774a7a1446157f99496e887719f (patch) | |
tree | 6cea823dc916f10ad1d9a6d318c6233e4127eccd /ospf6d | |
parent | 66e31693289d956f59758155faf86cab88853bae (diff) |
Fixing ospf6d as well and move Changelog entry from ospfd to general one.
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_asbr.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) \ |