mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 12:21:34 -05:00
Update create_network_ini
This commit is contained in:
@@ -235,8 +235,6 @@ for ((i=0; i<${SYSNICS:-1}; i++)); do
|
||||
# store static ipv6 assignment
|
||||
echo "$(ip -6 -br addr show scope global primary -deprecated dev $DEV | awk '{$2="";print;exit}')" >>$STA
|
||||
fi
|
||||
# static IP assignments handled by rc.monitor
|
||||
[[ -n $DATA ]] && echo "$DATA" >>$STA
|
||||
done
|
||||
else
|
||||
# interface without VLANs
|
||||
|
||||
Reference in New Issue
Block a user