[vpp-dev] VPP classifier and session commands

2021-08-03 Thread satish amara
Hi, I have few questions about the usage of CLI commands. FD.io VPP: src/vnet/classify We have classify sessions command and classify table command. Is it possible to classify packets and create sessions

Re: [vpp-dev] VPP classifier and session commands

2021-08-05 Thread Benoit Ganne (bganne) via lists.fd.io
> Is it possible to classify packets and create sessions based on l4 fields? You definitely can, for example: classify table mask l3 ip4 dst l4 udp dst_port classify session acl-hit-next ip4-node ip4-lookup table-index 0 match l3 ip4 dst 10.0.0.1 l4 dst_port 1234 You might need https://gerrit.f