summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-08-04 20:02:13 +0000
committerhasso <hasso>2004-08-04 20:02:13 +0000
commit049207c31d9b5da023c6c2e3689b771010098f94 (patch)
tree08dd51fe72c455f869b83372e4a6aa1346389426 /ospf6d/ospf6_route.h
parent4f4795e83fb4ddcc0d19322478e9cc422a60c7c4 (diff)
SVN revision 907 from Zebra cvs repository.
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
{