diff options
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") \ |