On 6/9/2020 12:59 PM, Qi Zhang wrote: > This patch add more tunnel type defination ipv4/ipv6 packet,
's/defination/definition/' > it enable tcp/udp layer of ipv4/ipv6 as L4 payload but without > L4 dst/src port number as input set for switch filter rule. > > For example: > we can download a switch rule to direct ipv4 packet with specific > source and destination ip address to queue index 1. > "eth / ipv4 src is 192.168.0.1 dst is 192.168.0.2 / udp / > end actions queue index 1 / end" > this type of rule will be matched with ipv4/udp file only. > > Signed-off-by: Wei Zhao <[email protected]> > Signed-off-by: Paul M. Stillwell Jr <[email protected]> > Signed-off-by: Qi Zhang <[email protected]> <...>

