2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-17 16:50:22 +00:00
This commit is contained in:
bybai
2019-03-18 04:39:04 -04:00
parent b55bc05a20
commit cb1985566a

View File

@@ -1771,7 +1771,7 @@ function create_bridge_interface_nmcli {
if [ $? -eq 0 ]; then
$nmcli con delete $tmp_slave_con_name
fi
wait_for_ifstate $ifname UP 200 10
wait_for_ifstate $ifname UP 20 40
rc=$?
$ip address show dev $ifname| $sed -e 's/^/[bridge] >> /g' | log_lines info
fi