On Thu, Mar 26, 2015 at 5:55 PM, Ricky Li <ricky...@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.
>
> =========================================================
>
> Add test case for setting tunnel id in userspace DP
>
> This test case is to test setting tunnel id by flow rule,
> in userspace datapath.
>
> e.g. actions=set_tunnel:3,output:[tunnel port]
>
> test case: dnl Check VXLAN tunnel push set tunnel id by flow
> @tests/tunnel-push-pop.at
>
> =========================================================
>
> Signed-off-by: Ricky Li <ricky...@intel.com>


Thanks for the patch.
I edited commit msg and pushed it to master.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to