Skip to content

Commit fc111fb

Browse files
authored
Update neutron-helm-overrides.yaml
Enable FDB learning for OVN as part of https://review.opendev.org/c/openstack/neutron/+/877675 which is observed once port security is disabled
1 parent 046a9aa commit fc111fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base-helm-configs/neutron/neutron-helm-overrides.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ conf:
246246
ovn_l3_scheduler: leastloaded
247247
ovn_nb_connection: "tcp:127.0.0.1:6641"
248248
ovn_sb_connection: "tcp:127.0.0.1:6642"
249+
localnet_learn_fdb: true
249250
metadata_rate_limiting:
250251
rate_limit_enabled: true
251252
ip_versions: 4

0 commit comments

Comments
 (0)