On Tue, May 19, 2020 at 07:35:15PM +0200, michal.bella...@gmail.com wrote:
> Hi,
> 
> while I'm doing a research around docs and code of OVS, is there,
> please, any way how
> I can instruct OVS to process UDP traffic with logic
> like "udp[0]=='\x05' && udp[3]=='\x10'"
> and forward via a table ?
> 
> I've found 
> https://www.openvswitch.org/support/dist-docs/ovs-fields.7.pdf and
> googled about
> writing extensions/experimenters.

OVS does not provide any built-in way to do that.  You would need to
implement a new field for matching.  The FAQ has a little information
about adding support for new fields.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to