Hello,

Is it possible to setup openvswitch with a server which process vxlan traffic on the same host?

I'd like to setup vxlan with:

sudo ovs-vsctl add-port br0 vtep -- set interface vtep type=vxlan option:remote_ip=127.0.0.1 option:key=flow ofport_request=10

Then I'd like to start my server listening for UDP packets on the vxlan port 4789 but it fails because the port is already allocated by openvswitch.

So is there a way to configure vxlan port where the OVS is listening on and the remote port on which the vxlan data are sent to?


Thanks in advance

Miroslav


_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to