Greetings.   This issue was previously reported:     And subsequently fixed in 6.11.1:       However it's back now in 6.12.4.   Looking closely at /etc/rc.d/rc.docker, there are two issues:   Issue #1 - line 296:   if [[ -n $MY_NETWORK && $MY_NETWORK != $MY_NETWORK ]]; then   - The point of the if-statement is to skip processing MY_NETWORK from the inner loop if it is the same as MY_NETWORK from the outer
Minor