Skip to content

Commit

Permalink
VM: Slaac: set SLAAC IPv6 disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Dec 8, 2023
1 parent ea7e441 commit 1182b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerArubaCP/Public/VM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ function Set-ArubaCPVmSetup {
#SLAAC
if ($version -ge "6.10") {
Write-Output "Skip Configure SLAAC IPv6"
Set-VMKeystrokes -VMName $name_vm -SpecialKeyInput "KeyEnter" 6>> $null
Set-VMKeystrokes -VMName $name_vm -StringInput n -SpecialKeyInput "KeyEnter" 6>> $null
Start-Sleep 2
}

Expand Down

0 comments on commit 1182b1f

Please sign in to comment.