-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
To Reproduce Steps to reproduce the behavior:
- Try to configure ovs_bond, dpdkbond directly wth member ports in os-net-config (without ovs_bridge)
- name: bond0
type: ovs_bond
addresses:
- ip_netmask: 172.31.7.16/24
ovs_options: "bond_mode=balance-slb"
mtu: 9000
members:
- mtu: 9000
name: eno3
type: interface
use_dhcp: false
- name: eno4
mtu: 9000
type: interface
use_dhcp: false - Similarly try to configure dpdkbond
- Apply the config
- No Schema error is seen
Expected behavior
- Schema error should be noted
Screenshots
- Attached Image
Additional context
- Both for os-net-config and nmstate provider