Skip to content

Commit 53a1eb9

Browse files
authored
Merge pull request #1298 from velkovb/EncapsulatedPacketTaskOffloadEnabled
NVGRE and VXLAN EncapsulatedPacketTaskOffloadEnabled parameters descr…
2 parents c37bc1f + 7b6a643 commit 53a1eb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docset/windows/netadapter/set-netadapterencapsulatedpackettaskoffload.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ The **Enable-NetAdapterEncapsulatedPacketTaskoffload** and **Disable-NetAdapterE
5858

5959
### Example 1: Enable encapsulated packet task offload on the specified network adapter
6060
```
61-
PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -EncapsulatedPacketTaskOffloadEnabled $True
61+
PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -VxlanEncapsulatedPacketTaskOffloadEnabled $True
6262
```
6363

64-
This command enables encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
64+
This command enables VXLAN encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
6565
The **Enable-NetAdapterEncapsulatedPacketTaskOffload** cmdlet is the preferred cmdlet to perform this operation.
6666

6767
### Example 2: Disable encapsulated packet task offload on the specified network adapter
6868
```
69-
PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -EncapsulatedPacketTaskOffloadEnabled $False
69+
PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -VxlanEncapsulatedPacketTaskOffloadEnabled $False
7070
```
7171

72-
This command disables encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
72+
This command disables VXLAN encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
7373
The **Disable-NetAdapterEncapsulatedPacketTaskOffload** cmdlet is the preferred cmdlet to perform this operation.
7474

7575
## PARAMETERS
@@ -208,7 +208,7 @@ Accept wildcard characters: False
208208
```
209209

210210
### -NvgreEncapsulatedPacketTaskOffloadEnabled
211-
{{Fill NvgreEncapsulatedPacketTaskOffloadEnabled Description}}
211+
Specifies the enabled state of the Network Virtualization Generic Routing Encapsulation (NVGRE) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are: $true or $false.
212212

213213
```yaml
214214
Type: Boolean
@@ -256,7 +256,7 @@ Accept wildcard characters: False
256256
```
257257

258258
### -VxlanEncapsulatedPacketTaskOffloadEnabled
259-
{{Fill VxlanEncapsulatedPacketTaskOffloadEnabled Description}}
259+
Specifies the enabled state of the Virtual eXtensible Local Area Network (VXLAN) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are: $true or $false.
260260

261261
```yaml
262262
Type: Boolean
@@ -271,7 +271,7 @@ Accept wildcard characters: False
271271
```
272272

273273
### -VxlanUDPPortNumber
274-
{{Fill VxlanUDPPortNumber Description}}
274+
Specifies the port number to use for the VXLAN UDP destination port.
275275

276276
```yaml
277277
Type: UInt16

0 commit comments

Comments
 (0)