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_area.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_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 14d3eb9d..c15960cd 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; |