diff --git a/lib/neutron-legacy b/lib/neutron-legacy index c6d9296fba..bad2001608 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -65,7 +65,7 @@ GATEWAY_TIMEOUT=30 # ----------------------------- # Subnet IP version -IP_VERSION=${IP_VERSION:-4} +IP_VERSION=${IP_VERSION:-"4+6"} # Validate IP_VERSION if [[ $IP_VERSION != "4" ]] && [[ $IP_VERSION != "6" ]] && [[ $IP_VERSION != "4+6" ]]; then die $LINENO "IP_VERSION must be either 4, 6, or 4+6"