Skip to content

Commit

Permalink
Missing NIC relative name
Browse files Browse the repository at this point in the history
Need to use relative name instead of interface name in the
os-net-config template.
  • Loading branch information
Jaganathan Palanisamy committed Mar 12, 2024
1 parent 1468bbd commit b3c9998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/va/nfv/ovs-dpdk/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ data:
routes: {{ ctlplane_host_routes }}
members:
- type: interface
name: eno2
name: nic2
mtu: {{ min_viable_mtu }}
# force the MAC address of the bridge to this interface
primary: true
Expand Down

0 comments on commit b3c9998

Please sign in to comment.