disabled bonding setting in NetworkManager
Hello all,
I recently configured Bonding settings using the networkmanager
TYPE=Ethernet
NAME=ens1f0
UUID=cc21594d-3748-4d0b-bd2c-9a6713c9c2b0
DEVICE=ens1f0
ONBOOT=no
MASTER=bond1
SLAVE=yes
I want to get rid of the interface Master and Slave using the nmcli command, but I don't know how
Is there a way to get rid of it with the CLI command other than how to get it removed with the nmclioconedit command?
thank you