If add data network operation fails on bond0, the physical IP does not get removed from the restarted node
The physical IP does not get removed from the node that is restarted after the failure of an add data network operation.
(IA-47084)
Workaround:
Login to the node where unused IP address is present, using VXoS shell and do a support elevate.
Find the netmask for the IP using the ip addr show <interface-name> command.
Delete the IP address using the ip addr del <IP>/<Netmask> dev <interface-name> command.