currently arp_ip_target is a list, nmstate doesn't like this, throws following error
Provide file is not valid NetworkState or NetworkPolicy: invalid type: sequence, expected a string
arp_ip_target in nmstate appears to be string, looks like nmstate accepts comma separated ip as string.
so instead of
currently arp_ip_target is a list, nmstate doesn't like this, throws following error
Provide file is not valid NetworkState or NetworkPolicy: invalid type: sequence, expected a string
arp_ip_target in nmstate appears to be string, looks like nmstate accepts comma separated ip as string. so instead ofit should be
The version of the component you are using (rpm -q $component) nmc-network-23.6.0
What OS version you are using (/etc/redhat-release or similar) rhel 9.3
Steps required to reproduce the problem add bonding opts for arp_ip_target for bond0, i.e
this will create /etc/nmstate/bond0.yml with