mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
KASM-6235 Update egress waiting logic to account for the sysbox workaround
This commit is contained in:
parent
634c8429e2
commit
713f11ffe2
@ -450,7 +450,8 @@ function wait_for_network_devices() {
|
||||
fi
|
||||
|
||||
for interface in $interfaces; do
|
||||
if [[ $interface == eth* ]]; then
|
||||
# ignore eth* interfaces if egress gateway is enabled
|
||||
if [[ $interface == eth* && -z $KASM_SVC_EGRESS ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user