diff options
author | hasso <hasso> | 2004-08-19 08:56:53 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-08-19 08:56:53 +0200 |
commit | 3b68735fc38871bdcc9fc19f38fab244f86e710b (patch) | |
tree | 3a98be6997b0fc0e0bd211a877ab477cb7e3d328 /ospf6d/ospf6_spf.h | |
parent | 2004-08-19 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-3b68735fc38871bdcc9fc19f38fab244f86e710b.tar.xz frr-3b68735fc38871bdcc9fc19f38fab244f86e710b.zip |
Merge svn revisions 924 and 925 from Zebra CVS. Also remove useless
ospf6_lsdb prototype declaration from ospf6_lsa.h. Report sent to Yasuhiro
Ohara as well.
Diffstat (limited to 'ospf6d/ospf6_spf.h')
-rw-r--r-- | ospf6d/ospf6_spf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_spf.h b/ospf6d/ospf6_spf.h index 1c04afb4a..64f5ed8e2 100644 --- a/ospf6d/ospf6_spf.h +++ b/ospf6d/ospf6_spf.h @@ -24,8 +24,8 @@ /* Debug option */ extern unsigned char conf_debug_ospf6_spf; -#define OSPF6_DEBUG_SPF_SUMMARY 0x01 -#define OSPF6_DEBUG_SPF_DETAIL 0x02 +#define OSPF6_DEBUG_SPF_PROCESS 0x01 +#define OSPF6_DEBUG_SPF_TIME 0x02 #define OSPF6_DEBUG_SPF_ON(level) \ (conf_debug_ospf6_spf |= (level)) #define OSPF6_DEBUG_SPF_OFF(level) \ |