SVN revisions 916-920 from Zebra. ABR support is almost done.
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h
index f48b7f6..d831d94 100644
--- a/ospf6d/ospf6_top.h
+++ b/ospf6d/ospf6_top.h
@@ -38,9 +38,9 @@
 
   /* AS scope link state database */
   struct ospf6_lsdb *lsdb;
+  struct ospf6_lsdb *lsdb_self;
 
   struct ospf6_route_table *route_table;
-  struct ospf6_route_table *asbr_table;
   struct ospf6_route_table *brouter_table;
 
   struct ospf6_route_table *external_table;