On Sun, Sep 4, 2016 at 9:19 PM, Rosen, Rami <rami.ro...@intel.com> wrote:
> Hi, Hadar,
>
>>For example, the following flower filter will forward all ICMP packets 
>>destined to 11.11.11.2 >through the shared vxlan device 'vxlan0'. Before 
>>redirecting, a metadata for the vxlan tunnel >is created using the tunnel_key 
>>action and it's arguments:
>
> Shouldn't it be "tc filter add dev ..."?

yes, I'll fix it to next version.

Thanks,
Hadar

>
>>$ filter add dev net0 protocol ip parent ffff: \
>>    flower \
>>      ip_proto 1 \
>>      dst_ip 11.11.11.2 \
>>    action tunnel_key set \
>>      src_ip 11.11.0.1 \
>>      dst_ip 11.11.0.2 \
>>      id 11 \
>>    action mirred egress redirect dev vxlan0
>
> Regards,
> Rami Rosen
> Intel Corporation
>

Reply via email to