Skip to content

Commit d88b705

Browse files
authored
fix typo
1 parent ba1e5fd commit d88b705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/redhat-create-upload-vhd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
219219
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
220220
# This interface is transparentlybonded to the synthetic interface,
221221
# so NetworkManager should just ignore any SRIOV interfaces.
222-
SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION="add", ENV{NM_UNMANAGED}="1"
222+
SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove", ENV{NM_UNMANAGED}="1"
223223
EOF
224224
```
225225
1. Ensure that the network service starts at boot time:

0 commit comments

Comments
 (0)