[ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

Justin Pettit jpettit at nicira.com
Fri Mar 27 00:33:12 UTC 2015


> On Mar 26, 2015, at 5:28 PM, Pravin Shelar <pshelar at nicira.com> wrote:
> 
> On Thu, Mar 26, 2015 at 6:11 AM, Ricky Li <ricky.li at intel.com> wrote:
>> e.g. Set tunnel id for encapsulated VxLAN packet (out_key=flow):
>> 
>> ovs-vsctl add-port int-br vxlan0 -- set interface vxlan0 \
>>    type=vxlan options:remote_ip=172.168.1.2 options:out_key=flow
>> 
>> ovs-ofctl add-flow int-br in_port=LOCAL, icmp,\
>>    actions=set_tunnel:3, output:1 (1 is the port# of vxlan0)
>> 
>> Output tunnel ID should be modified to 3 with this patch.
> Patch looks good. But I need your Signed-off-by for both patches.

Just to be clear, by adding a Signed-off-by, you're agreeing to the "Developer's Certificate of Origin" as described here:

    https://github.com/openvswitch/ovs/blob/master/CONTRIBUTING.md

--Justin





More information about the dev mailing list