Update create_network_ini

This commit is contained in:
bergware
2025-05-10 17:08:40 +02:00
parent 60358274a6
commit 0a5e4b5415
-2
View File
@@ -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