From ad4a9142ab2e438c02aa7d8e992edff590e7b7ed Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Mon, 1 Feb 2021 20:27:00 +0300 Subject: [PATCH] [#119] object: Define STRING_NOT_EQUAL value in MatchType enum Signed-off-by: Leonard Lyubich --- object/types.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/object/types.proto b/object/types.proto index 097d2db..5407aca 100644 --- a/object/types.proto +++ b/object/types.proto @@ -35,6 +35,9 @@ enum MatchType { // Full string match STRING_EQUAL = 1; + + // Full string mismatch + STRING_NOT_EQUAL = 2; } // Short header fields