commit | 049207c31d9b5da023c6c2e3689b771010098f94 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Wed Aug 04 20:02:13 2004 +0000 |
committer | hasso <hasso> | Wed Aug 04 20:02:13 2004 +0000 |
tree | 08dd51fe72c455f869b83372e4a6aa1346389426 | |
parent | 4f4795e83fb4ddcc0d19322478e9cc422a60c7c4 [diff] [blame] |
SVN revision 907 from Zebra cvs repository.
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index 14d3eb9..c15960c 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h
@@ -41,6 +41,12 @@ /* OSPF Option */ u_char options[3]; + /* TransitCapability */ + int transit_capability; + + /* Summary routes to be originated (includes Configured Address Ranges) */ + struct ospf6_route_table *summary_table; + /* OSPF interface list */ list if_list;