diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 10:39:30 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 10:39:30 +0000 |
commit | cb4b88452e04a0102fedff4f01a2246f5e70dea9 (patch) | |
tree | 02af223018f79db39a091a985b7605539cb180a5 /ospf6d/ospf6d.c | |
parent | b2518c1e884cb8b4f4502f8b90b1c368e1a352ec (diff) | |
download | quagga-cb4b88452e04a0102fedff4f01a2246f5e70dea9.tar.bz2 quagga-cb4b88452e04a0102fedff4f01a2246f5e70dea9.tar.xz |
[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
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r-- | ospf6d/ospf6d.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index 604413a7..3c84fe65 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -114,6 +114,7 @@ config_write_ospf6_debug (struct vty *vty) 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 @@ ospf6_init () 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 (); |