Update git submodules
* Update ovn-octavia-provider from branch 'master'
to
54082ca185de43a22293733a026ce049cf177a45
- Skip LB association to provider networks with localnet ports
Provider networks (VLANs and flat) with localnet ports cause
datapath confusion when Load Balancers are associated to them.
When traffic arrives via Floating IPs, this results in SYN
packet drops and high latency issues.
This patch adds detection of localnet ports in logical switches
and skips LB association when a provider network is detected.
This prevents the datapath issues while still allowing normal
LB operation on tenant networks.
Closes-Bug: #
2130211
Change-Id: Ie86d088514bfc491f58069c2f4987672a32b8314
Signed-off-by: Fernando Royo <froyo@redhat.com>