Skip to content

Commit 4155b90

Browse files
Fix incorrect default CIDRs for EXTERNAL_SUBNET_V4 in config_example.sh, and minor spellings (#1730)
1 parent aad513e commit 4155b90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config_example.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ set -x
356356

357357
# Extra Network(s)
358358
# Provision one or more extra networks for each host.
359-
# Each new network will be connected to an addition interface on each host.
359+
# Each new network will be connected to an additional interface on each host.
360360
# The hosts will automatically name the interface(s) connected to the network.
361361
# EXTRA_NETWORK_NAMES array may contain any name you wish and each new
362362
# network name must have a corresponding subnet.
@@ -372,15 +372,15 @@ set -x
372372
# The value selected is based off the value of HOST_IP_STACK.
373373
#
374374
# v4 Default:
375-
#export EXTERNAL_SUBNET_V4="11.0.0.0/24"
375+
#export EXTERNAL_SUBNET_V4="192.168.111.0/24"
376376
#export EXTERNAL_SUBNET_V6=""
377377
#
378378
# v6 Default:
379379
#export EXTERNAL_SUBNET_V4=""
380380
#export EXTERNAL_SUBNET_V6="fd2e:6f44:5dd8:c956::/120"
381381
#
382382
# v4v6 Default:
383-
#export EXTERNAL_SUBNET_V4="11.0.0.0/24"
383+
#export EXTERNAL_SUBNET_V4="192.168.111.0/24"
384384
#export EXTERNAL_SUBNET_V6="fd2e:6f44:5dd8:c956::/120"
385385

386386
# ENABLE_BOOTSTRAP_STATIC_IP -
@@ -755,7 +755,7 @@ set -x
755755
# export AGENT_USE_ZTP_MANIFESTS=false
756756

757757
# Uncomment and set the following value to "true" to disable the automated
758-
# deployment systemd services of the Agent based installation. This is
758+
# deployment of systemd services of the Agent based installation. This is
759759
# particularly useful for WebUI development.
760760
# export AGENT_DISABLE_AUTOMATED=false
761761

0 commit comments

Comments
 (0)