Skip to content

Commit a17c82b

Browse files
committed
Configure EDPM physical interface with ovn-egress-iface=true
This configuration is required to make QoS work properly on physical interfaces until FDP-1472 is fixed. This is needed when os-net-config runs using the nmstate driver (default behavior). Related-bug: OSPRH-17551
1 parent 1fb1db4 commit a17c82b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/samples/dataplane/base/files/nic-config.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ network_config:
2020
mtu: {{ min_viable_mtu }}
2121
# force the MAC address of the bridge to this interface
2222
primary: true
23+
{% if edpm_network_config_nmstate %}
24+
# this ovs_extra configuration fixes OSPRH-17551, but it will be not needed when FDP-1472 is resolved
25+
ovs_extra:
26+
- "set interface eth1 external-ids:ovn-egress-iface=true"
27+
{% -endif %}
2328
{% for network in nodeset_networks %}
2429
- type: vlan
2530
mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}

0 commit comments

Comments
 (0)