Hi, I use the ovs vlan use https://github.com/mestery/ovs-vxlan.git And config the vxlan like this ovs-vsctl add-port br1 vx1 -- set interface vx1 type=vxlan options:remote_ip=192.168.0.101 How to set the VNI? I set like this: ovs-vsctl add-port br1 vx1 -- set interface vx1 type=vxlan options:remote_ip=192.168.0.101 options:key=100 But it dose not work well.
Thanks bitaoxiao
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss