From c89c05dd04d097bd8213125a42d67204bb681de5 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 4 Sep 2005 21:36:36 +0000 Subject: * *.c: Try to be less verbose by default (without any debug options on). * isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of touching endp directly. * isis_lsp.c (lsp_build_pseudo): Ditto. --- isisd/isisd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'isisd/isisd.h') diff --git a/isisd/isisd.h b/isisd/isisd.h index 77de12ec..7a9f7644 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -144,5 +144,6 @@ struct isis_area *isis_area_lookup (const char *); #define DEBUG_SPF_TRIGGERS (1<<8) #define DEBUG_RTE_EVENTS (1<<9) #define DEBUG_EVENTS (1<<10) +#define DEBUG_ZEBRA (1<<11) #endif /* ISISD_H */ -- cgit v1.2.1