summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorRicky Li <ricky.li@intel.com>2015-03-26 06:11:28 -0700
committerPravin B Shelar <pshelar@nicira.com>2015-03-26 18:56:12 -0700
commitc876a4bb9bcc881befac5647a1e311b5af09d549 (patch)
treebbffcce47f06e1943a7b81f0b881b10c0a405f87 /tutorial
parente6d9ab56ee1f417e8823a6405d5a085c70fe8982 (diff)
downloadopenvswitch-c876a4bb9bcc881befac5647a1e311b5af09d549.tar.gz
netdev: Fix user space tunneling for set_tunnel action.
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. Signed-off-by: Ricky Li <ricky.li@intel.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'tutorial')
0 files changed, 0 insertions, 0 deletions