Daniel Ding <danieldin...@gmail.com> writes:

>  2024年3月30日 上午2:43,Aaron Conole <acon...@redhat.com> 写道:
>
>  Daniel Ding <danieldin...@gmail.com> writes:
>
>  When I try filter geneve protocol with a vlan, the warning message
>  occurs that tell me the kernel cann't support this combination.
>
>                                  ^ can't
>
>  $ ovs-tcpdump -i eth2 -nne vlan 10 and geneve
>  Warning: Kernel filter failed: Invalid argument
>
>  So I fix it by the following:
>  1. the mirror-to interface was added with a vlan tag, which let
>  datapath to pop its tag.
>  2. the traffic will be mirrored with mirror's select_vlan, and that
>  don't care about will not be received on the mirror-to interface.
>
>  Maybe rephrase:
>
>  "The fix is to make a convenience argument that sets the mirror port's
>  select_vlan column, and also marks the port as native tagged with VLAN."
>
> Thanks you, Aaron. 
> I have already updated this description in the following patch.
>
>  Signed-off-by: Daniel Ding <danieldin...@gmail.com>
>  ---

Please post as a v2 patch in a separate thread.

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to