diff options
author | hasso <hasso> | 2004-08-15 05:52:07 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-15 05:52:07 +0000 |
commit | 933ec5f2362be30ceafbe7ced1f442343078ac4b (patch) | |
tree | 02ec788b69e11c1638cfd0f6f15a5f99635efb37 /ospf6d/ospf6_interface.h | |
parent | 0727bfe055660cb5ef370f33a50c94bb1cf92895 (diff) | |
download | quagga-933ec5f2362be30ceafbe7ced1f442343078ac4b.tar.bz2 quagga-933ec5f2362be30ceafbe7ced1f442343078ac4b.tar.xz |
SVN revisions 916-920 from Zebra. ABR support is almost done.
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r-- | ospf6d/ospf6_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index 48b56fc0..be3007d9 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -84,6 +84,7 @@ struct ospf6_interface /* Linklocal LSA Database: includes Link-LSA */ struct ospf6_lsdb *lsdb; + struct ospf6_lsdb *lsdb_self; struct ospf6_lsdb *lsupdate_list; struct ospf6_lsdb *lsack_list; |