diff options
author | hasso <hasso> | 2004-09-03 08:04:00 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-09-03 08:04:00 +0200 |
commit | 4846ef64bac7cbb6f761f7155022df53f977a1c4 (patch) | |
tree | e9b48135e4f2ee3d56509f418a9419d4d3ccc971 /ospf6d/ospf6_route.h | |
parent | Merge svn revisions 978-979 from Zebra CVS. (diff) | |
download | frr-4846ef64bac7cbb6f761f7155022df53f977a1c4.tar.xz frr-4846ef64bac7cbb6f761f7155022df53f977a1c4.zip |
Merge svn revision 981 from Zebra cvs.
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r-- | ospf6d/ospf6_route.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index 3d3e1014f..5835794ea 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -156,8 +156,8 @@ struct ospf6_route #define OSPF6_ROUTE_ADD 0x02 #define OSPF6_ROUTE_REMOVE 0x04 #define OSPF6_ROUTE_BEST 0x08 -#define OSPF6_ROUTE_ACTIVE_SUMMARY 0x08 -#define OSPF6_ROUTE_DO_NOT_ADVERTISE 0x10 +#define OSPF6_ROUTE_ACTIVE_SUMMARY 0x10 +#define OSPF6_ROUTE_DO_NOT_ADVERTISE 0x20 struct ospf6_route_table { @@ -267,8 +267,8 @@ void ospf6_route_show_detail (struct vty *vty, struct ospf6_route *route); int ospf6_route_table_show (struct vty *, int, char **, struct ospf6_route_table *); -int ospf6_lsentry_table_show (struct vty *, int, char **, - struct ospf6_route_table *); +int ospf6_linkstate_table_show (struct vty *vty, int argc, char **argv, + struct ospf6_route_table *table); void ospf6_brouter_show_header (struct vty *vty); void ospf6_brouter_show (struct vty *vty, struct ospf6_route *route); |