We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f513886 commit 8d5a69dCopy full SHA for 8d5a69d
1 file changed
etc/rc.d/rc.docker
@@ -397,7 +397,7 @@ docker_network_start(){
397
fi
398
if [[ $SET6 == 1 ]]; then
399
SUBNET6="--ipv6 --subnet=${SUBNET6// / --ipv6 --subnet=}"
400
- [[ -n $GATEWAY6 && ${GATEWAY6:0:4} != fe80 ]] && GATEWAY6="--gateway=$GATEWAY6"
+ [[ -n $GATEWAY6 && ${GATEWAY6:0:4} != fe80 ]] && GATEWAY6="--gateway=$GATEWAY6" || GATEWAY6=
401
else
402
GATEWAY6=
403
0 commit comments