summaryrefslogtreecommitdiffstats
path: root/src/plugins/igmp/igmp_error.h
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-06-28 08:33:24 +0000
committerNeale Ranns <nranns@cisco.com>2019-06-28 08:33:24 +0000
commit4752b29cfe229806c1cb2ae852c188d36be4c7cf (patch)
tree7665d6f8d0b6ac83268fb377792e87be01e9dfb6 /src/plugins/igmp/igmp_error.h
parent4f731f829f29c5579257ecf1ef4b129a9d79fac8 (diff)
igmp: Trace more data form input packets
Type: feature Change-Id: I40ecc0da1281115f6e540064224538fe9472887e Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/igmp/igmp_error.h')
-rw-r--r--src/plugins/igmp/igmp_error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/igmp/igmp_error.h b/src/plugins/igmp/igmp_error.h
index fbd0dc434f0..d3b80f73169 100644
--- a/src/plugins/igmp/igmp_error.h
+++ b/src/plugins/igmp/igmp_error.h
@@ -23,6 +23,7 @@
_ (UNSPECIFIED, "unspecified error") \
_ (INVALID_PROTOCOL, "invalid ip4 protocol") \
_ (BAD_CHECKSUM, "bad checksum") \
+ _ (BAD_LENGTH, "bad length") \
_ (UNKNOWN_TYPE, "unknown igmp message type") \
_ (NOT_ENABLED, "IGMP not enabled on this interface") \