Hello,

I am using OpenVSwitch with VXLAN functionality. I am trying to add a VXLAN
port to a bridge. I am aware that, as a part of VXLAN port addition, a host
backing *VTEP* named vxlan_sys_<dst_port> interface will be created for the
*dst_port*. The created VTEP seems to be listening on *0.0.0.0:4789
<http://0.0.0.0:4789>* . How do I make it listen to a specific IP such
as *10.1.0.1:4789
<http://10.1.0.1:4789>* ?


> *2a98ae41a281:/home# netstat -nlp | grep 4789 *
> *udp 0 0 0.0.0.0:4789 <http://0.0.0.0:4789> 0.0.0.0:* - **udp6 0 0
> :::4789 :::* -*
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to