mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 05:41:09 +00:00
add type bond (#1827)
This commit is contained in:
@@ -195,6 +195,7 @@ IPADDR=${str_bond_ip}
|
||||
NETMASK=${str_bond_mask}
|
||||
ONBOOT=yes
|
||||
USERCTL=no
|
||||
TYPE=Bond
|
||||
BONDING_OPTS="${array_bond_opts[*]}"
|
||||
EOF
|
||||
|
||||
@@ -217,6 +218,7 @@ elif [ "$str_os_type" = "sles" ];then
|
||||
NAME='Bonded Interface'
|
||||
BOOTPROTO=static
|
||||
BONDING_MASTER=yes
|
||||
TYPE=Bond
|
||||
IPADDR=${str_bond_ip}
|
||||
NETMASK=${str_bond_mask}
|
||||
STARTMODE=onboot
|
||||
|
Reference in New Issue
Block a user