This commit is contained in:
Michel Roegl-Brunner 2025-03-11 16:30:08 +01:00
parent 4aa103c5ae
commit ef261cb357

View File

@ -333,7 +333,7 @@ base_settings() {
HN=$NSAPP HN=$NSAPP
BRG="vmbr0" BRG="vmbr0"
NET="dhcp" NET="dhcp"
IPv6="auto" IPv6="dhcp"
IPv6GW="" IPv6GW=""
GATE="" GATE=""
APT_CACHER="" APT_CACHER=""
@ -714,7 +714,7 @@ advanced_settings() {
DISABLEIP6="yes" DISABLEIP6="yes"
else else
IPv6="auto" IPv6="dhcp"
DISABLEIP6="no" DISABLEIP6="no"
if IP6=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --inputbox "Set IPv6" 8 58 --title "Set IPv6" 3>&1 1>&2 2>&3); then if IP6=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --inputbox "Set IPv6" 8 58 --title "Set IPv6" 3>&1 1>&2 2>&3); then
@ -732,7 +732,7 @@ advanced_settings() {
exit_script exit_script
fi fi
else else
IPv6="auto" IPv6="dhcp"
echo -e "${NETWORK}${BOLD}${DGN}IPv6 Address: ${BGN}SLAAC${CL}" echo -e "${NETWORK}${BOLD}${DGN}IPv6 Address: ${BGN}SLAAC${CL}"
fi fi
fi fi