> On Mar 26, 2015, at 5:28 PM, Pravin Shelar <[email protected]> wrote:
>
> On Thu, Mar 26, 2015 at 6:11 AM, Ricky Li <[email protected]> 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
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev