IPSEC-GRE: no clib_warning in the DP 90/17690/2
authorNeale Ranns <nranns@cisco.com>
Tue, 19 Feb 2019 14:33:14 +0000 (06:33 -0800)
committerDamjan Marion <dmarion@me.com>
Wed, 20 Feb 2019 09:05:24 +0000 (09:05 +0000)
Change-Id: If30c7334de55d32e57554cf1601c529cd807b834
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ipsec-gre/node.c

index 217d323..6a5536e 100644 (file)
@@ -168,7 +168,6 @@ ipsec_gre_input (vlib_main_t * vm,
             }
           else
             {
-              clib_warning("unknown GRE protocol: %d", protocol0);
               b0->error = node->errors[IPSEC_GRE_ERROR_UNKNOWN_PROTOCOL];
               next0 = IPSEC_GRE_INPUT_NEXT_DROP;
             }
@@ -179,7 +178,6 @@ ipsec_gre_input (vlib_main_t * vm,
             }
           else
             {
-              clib_warning("unknown GRE protocol: %d", protocol1);
               b1->error = node->errors[IPSEC_GRE_ERROR_UNKNOWN_PROTOCOL];
               next1 = IPSEC_GRE_INPUT_NEXT_DROP;
             }
@@ -324,7 +322,6 @@ drop1:
             }
           else
             {
-              clib_warning("unknown GRE protocol: %d", protocol0);
               b0->error = node->errors[IPSEC_GRE_ERROR_UNKNOWN_PROTOCOL];
               next0 = IPSEC_GRE_INPUT_NEXT_DROP;
             }