[ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug
2005-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
* ospf6_asbr.c: fix bug of calculating AS-External routes
in other areas. Add debugging function for border-router
calculation.
* ospf6d.h: version 0.9.7p
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c
index 604413a..3c84fe6 100644
--- a/ospf6d/ospf6d.c
+++ b/ospf6d/ospf6d.c
@@ -114,6 +114,7 @@
config_write_ospf6_debug_neighbor (vty);
config_write_ospf6_debug_spf (vty);
config_write_ospf6_debug_route (vty);
+ config_write_ospf6_debug_brouter (vty);
config_write_ospf6_debug_asbr (vty);
config_write_ospf6_debug_abr (vty);
config_write_ospf6_debug_flood (vty);
@@ -1783,6 +1784,7 @@
install_element_ospf6_debug_zebra ();
install_element_ospf6_debug_spf ();
install_element_ospf6_debug_route ();
+ install_element_ospf6_debug_brouter ();
install_element_ospf6_debug_asbr ();
install_element_ospf6_debug_abr ();
install_element_ospf6_debug_flood ();