Hello

I'm a new user of ovn. I want use ML2/ovn in openstack.

And I need to use floating ip port forwarding function of openstack. I
deploy a master ubuntu env by kolla, and I had set dvr of ovn.

```
# in /etc/kolla/globals.yml
neutron_plugin_agent: "ovn"
neutron_ovn_distributed_fip: "yes"
```

However, I found that the traffic for floating IP port forwarding
still goes through the network node. If I directly bind the floating
IP, the traffic will only go through the compute node.

I would like to know if OVN currently implements DVR for port
forwarding. If not, what can I do to distribute the traffic load for
port forwarding of OpenStack? In my use case, I need to create a large
number of port forwarding rules, which puts a lot of pressure on the
network node.

I will appreciate any help or advice.

Best regards,
Han Guangyu
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to