diff options
author | hasso <hasso> | 2004-08-04 20:02:13 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-04 20:02:13 +0000 |
commit | fbc10c889eb521f4e7e61a93eda54dc921f61cf0 (patch) | |
tree | bb868a1648072e0a2b163dfe30cebe16fb4b0525 /ospf6d/ospf6_route.h | |
parent | 5b9ef443d8011d86ad2237ca0ed1fca7f60ce2d2 (diff) | |
download | quagga-fbc10c889eb521f4e7e61a93eda54dc921f61cf0.tar.bz2 quagga-fbc10c889eb521f4e7e61a93eda54dc921f61cf0.tar.xz |
SVN revision 907 from Zebra cvs repository.
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r-- | ospf6d/ospf6_route.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index 834774c3..f58a8017 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -137,6 +137,9 @@ struct ospf6_route /* route option */ void *route_option; + + /* link state id for advertising */ + u_int32_t linkstate_id; }; #define OSPF6_DEST_TYPE_NONE 0 @@ -150,6 +153,7 @@ struct ospf6_route #define OSPF6_ROUTE_ADD 0x02 #define OSPF6_ROUTE_REMOVE 0x04 #define OSPF6_ROUTE_BEST 0x08 +#define OSPF6_ROUTE_HAVE_LONGER 0x10 struct ospf6_route_table { |