mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-08-23 22:36:15 +02:00
escape ipv6 config file
This commit is contained in:
@@ -241,7 +241,7 @@ PW="${PW##-password }"
|
|||||||
HN="${HN}"
|
HN="${HN}"
|
||||||
BRG="${BRG}"
|
BRG="${BRG}"
|
||||||
NET="${NET}"
|
NET="${NET}"
|
||||||
IPV6_METHOD="$IPV6_METHOD"
|
IPV6_METHOD="${IPV6_METHOD}"
|
||||||
|
|
||||||
# Set this only if using "IPV6_METHOD=static"
|
# Set this only if using "IPV6_METHOD=static"
|
||||||
#IPV6STATIC="fd00::1234/64"
|
#IPV6STATIC="fd00::1234/64"
|
||||||
@@ -279,7 +279,7 @@ PW="${PW##-password }"
|
|||||||
HN="${HN}"
|
HN="${HN}"
|
||||||
BRG="${BRG}"
|
BRG="${BRG}"
|
||||||
NET="${NET}"
|
NET="${NET}"
|
||||||
IPV6_METHOD="$IPV6_METHOD"
|
IPV6_METHOD="${IPV6_METHOD}"
|
||||||
|
|
||||||
# Set this only if using "IPV6_METHOD=static"
|
# Set this only if using "IPV6_METHOD=static"
|
||||||
#IPV6STATIC="fd00::1234/64"
|
#IPV6STATIC="fd00::1234/64"
|
||||||
|
Reference in New Issue
Block a user