diff options
author | Neale Ranns <nranns@cisco.com> | 2019-06-28 08:33:24 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-06-28 08:33:24 +0000 |
commit | 4752b29cfe229806c1cb2ae852c188d36be4c7cf (patch) | |
tree | 7665d6f8d0b6ac83268fb377792e87be01e9dfb6 /src/plugins/igmp/igmp_error.h | |
parent | 4f731f829f29c5579257ecf1ef4b129a9d79fac8 (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.h | 1 |
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") \ |