summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r--ospf6d/ospf6_route.h4
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
{