I am trying to modify the IP address of a bonded interface 0a0a0100 by changing the ifcfg file in /etc/sysconfig/network-scripts.
I see a comment that Oracle VM Manager modifies the file. How do I go about changing this rather than modifying the file directly?
[root@ovs-host-dr1 network-scripts]# cat ifcfg-0a0a0100
#this file was dynamically created by Oracle VM Manager. Please do not edit
DEVICE=0a0a0100
TYPE=Bridge
IPADDR=172.16.x.231
NETMASK=255.255.255.0
BOOTPROTO=static
MACADDR=B0:26:28:17:03:0E
ONBOOT=yes
DELAY=0
BRIDGING_OPTS="multicast_snooping=0"
I appreciate any help you can provide.