classify: fix parsing for l4 match 86/33386/2
authorBenoît Ganne <bganne@cisco.com>
Wed, 4 Aug 2021 16:48:41 +0000 (18:48 +0200)
committerNeale Ranns <neale@graphiant.com>
Thu, 5 Aug 2021 18:15:49 +0000 (18:15 +0000)
commit4b9246ad2008fa791405a3482914960a352237c9
treea31a7d4152d218dddc4be262fadc8593b94c32ac
parent41a54f6a0b16b36f55461f0ce0a2303081a4fb6c
classify: fix parsing for l4 match

l4 match parsing should not try to consume the whole input, otherwise
it breaks cli such as:
'classify session ... match l4 dst_port 22 action set-ip4-fib-id 2'

Type: fix

Change-Id: I81a1b5779811f7df8286a371f85fafe09c947b87
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vnet/classify/vnet_classify.c