> 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.fd.io/r/c/vpp/+/33386 if you plan to use eg. 
'action'.

Best
ben
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19923): https://lists.fd.io/g/vpp-dev/message/19923
Mute This Topic: https://lists.fd.io/mt/84646508/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to