From 8d7e099ecce9fa935473a78e980de0a7b3507b81 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 25 Apr 2018 21:25:32 +0200 Subject: igmp: disable debug messages Be gentle with people who run VPP in the noisy envirement where not-for-us IGMP messages are flying around... Change-Id: I07e74e29bc12ecdcc83faead9182d861c7ea1add Signed-off-by: Damjan Marion --- src/plugins/igmp/igmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/igmp/igmp.h') diff --git a/src/plugins/igmp/igmp.h b/src/plugins/igmp/igmp.h index 932d02947e8..f917be95dc3 100644 --- a/src/plugins/igmp/igmp.h +++ b/src/plugins/igmp/igmp.h @@ -28,7 +28,7 @@ #define IGMP_SRC_TIMER (3 * IGMP_QUERY_TIMER) #define IGMP_DEFAULT_ROBUSTNESS_VARIABLE (2) -#define ENABLE_IGMP_DBG 1 +#define ENABLE_IGMP_DBG 0 #if ENABLE_IGMP_DBG == 1 #define IGMP_DBG(...) clib_warning(__VA_ARGS__) -- cgit 1.2.3-korg