diff options
| author | hasso <hasso> | 2004-08-04 20:02:13 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-08-04 20:02:13 +0000 | 
| commit | 049207c31d9b5da023c6c2e3689b771010098f94 (patch) | |
| tree | 08dd51fe72c455f869b83372e4a6aa1346389426 /ospf6d/ospf6_area.h | |
| parent | 4f4795e83fb4ddcc0d19322478e9cc422a60c7c4 (diff) | |
SVN revision 907 from Zebra cvs repository.
Diffstat (limited to 'ospf6d/ospf6_area.h')
| -rw-r--r-- | ospf6d/ospf6_area.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index 14d3eb9d6c..c15960cd75 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -41,6 +41,12 @@ struct ospf6_area    /* 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;  | 
