Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Fixing issue with wrong parameter in MTUsize test. #154

Merged
merged 1 commit into from
May 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixing issue with wrong parameter in MTUsize test.
  • Loading branch information
Factorization committed May 24, 2017
commit 62a9cc2230a236199a40fb434ac79684f5f2882c
2 changes: 1 addition & 1 deletion Vester/Tests/Network/VDS-MTUsize.Vester.ps1
Original file line number Diff line number Diff line change
@@ -22,5 +22,5 @@ $Type = 'int'
# The command(s) to match the environment to the config
# Use $Object to help filter, and $Desired to set the correct value
[ScriptBlock]$Fix = {
Set-VDSwitch $Object -LinkDiscoveryProtocol $Desired -Confirm:$FALSE -ErrorAction Stop
Set-VDSwitch $Object -Mtu $Desired -Confirm:$FALSE -ErrorAction Stop
}