igmp: disable debug messages 43/12143/1
authorDamjan Marion <damarion@cisco.com>
Wed, 25 Apr 2018 19:25:32 +0000 (21:25 +0200)
committerDamjan Marion <damarion@cisco.com>
Wed, 25 Apr 2018 19:26:15 +0000 (21:26 +0200)
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 <damarion@cisco.com>
src/plugins/igmp/igmp.h

index 932d029..f917be9 100644 (file)
@@ -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__)