diff options
author | hasso <hasso> | 2004-09-13 14:01:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-13 14:01:12 +0000 |
commit | fe357f93eb7008cb21aad5c783d564a64febc6b8 (patch) | |
tree | 9d7f044bc80f58d1c50ba71766ce76e3e008345f /ospf6d/ospf6_route.h | |
parent | 596b17db5a398cc8fa83d5adbe9afb7464487c78 (diff) | |
download | quagga-fe357f93eb7008cb21aad5c783d564a64febc6b8.tar.bz2 quagga-fe357f93eb7008cb21aad5c783d564a64febc6b8.tar.xz |
Merge svn revisions 997 and 1000 from Zebra cvs repository.
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r-- | ospf6d/ospf6_route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index 5835794e..d9456a14 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -158,6 +158,7 @@ struct ospf6_route #define OSPF6_ROUTE_BEST 0x08 #define OSPF6_ROUTE_ACTIVE_SUMMARY 0x10 #define OSPF6_ROUTE_DO_NOT_ADVERTISE 0x20 +#define OSPF6_ROUTE_WAS_REMOVED 0x40 struct ospf6_route_table { |