[root@localhost network-scripts]# cat ifcfg-vmbr0
DEVICE="vmbr0"
BOOTPROTO="static"
ONBOOT="yes"
IPADDR="192.168.1.99"
NETMASK="255.255.255.0"
TYPE="Bridge"
GATEWAY="192.168.1.1"
INTERFACE="bond0"
[root@localhost network-scripts]# cat ifcfg-bond0 ifcfg-eth*
DEVICE="bond0"
BONDING_OPTS="mode=1 miimon=100"
BOOTPROTO="none"
NM_CONTROLLED="no"
ONBOOT="yes"
#TYPE="Ethernet"
BRIDGE="vmbr0"
DEVICE="eth0"
#BOOTPROTO="static"
NM_CONTROLLED="no"
ONBOOT="yes"
TYPE="Ethernet"
SLAVE="yes"
MASTER="bond0"
DEVICE="eth1"
#BOOTPROTO="static"
NM_CONTROLLED="no"
ONBOOT="yes"
TYPE="Ethernet"
SLAVE="yes"
MASTER="bond0"