I have a Linux network Bonding interface for two Ethernet interfaces (eth0 and eth1)
$ cat /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
BOOTPROTO=static
ONBOOT=yes
IPADDR=XX.XX.XX.XX
NETMASK=255.255.255.0
GATEWAY=XX.XX.XX.XXX
How i can add another IPADDR to this bonding Interface ?