You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Is there any way to change default port for encapsulation protocol , I have another overlay network that use default port for geneve and I want to use both of them.
I can change IP with command : ovs-vsctl set open . external_ids:ovn-encap-ip=192.168.10.1
But I want something like below for port: ovs-vsctl set open . external_ids:ovn-encap-port=6081
The text was updated successfully, but these errors were encountered:
@numansiddique
Thank you for your answer
it worked
But I think a simpler method can be used for this like : ovs-vsctl set open . external_ids:ovn-encap-port=6081
Hi
Is there any way to change default port for encapsulation protocol , I have another overlay network that use default port for geneve and I want to use both of them.
I can change IP with command :
ovs-vsctl set open . external_ids:ovn-encap-ip=192.168.10.1
But I want something like below for port:
ovs-vsctl set open . external_ids:ovn-encap-port=6081
The text was updated successfully, but these errors were encountered: