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_top.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_top.h')
-rw-r--r-- | ospf6d/ospf6_top.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h index bd1336f4..f48b7f60 100644 --- a/ospf6d/ospf6_top.h +++ b/ospf6d/ospf6_top.h @@ -41,6 +41,7 @@ struct ospf6 struct ospf6_route_table *route_table; struct ospf6_route_table *asbr_table; + struct ospf6_route_table *brouter_table; struct ospf6_route_table *external_table; struct route_table *external_id_table; |