Skip to content

Commit 8016055

Browse files
author
m aries
authored
Update redhat-create-upload-vhd.md
fixed a formatting type-o
1 parent 9b5cca0 commit 8016055

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
8888
```
8989
> [!NOTE]
9090
> ** When using Accelerated Networking (AN) the synthetic interface that is created must me configured to be unmanaged using a udev rule. This will prevents NetworkManager from assigning the same ip to it as the primary interface. <br>
91-
To apply it:<br>
91+
92+
To apply it:<br>
9293
```
9394
sudo cat <<EOF>> /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules
9495
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
@@ -625,7 +626,8 @@ This section shows you how to use KVM to prepare a [RHEL 6](#rhel-6-using-kvm) o
625626
```
626627
> [!NOTE]
627628
> ** When using Accelerated Networking (AN) the synthetic interface that is created must me configured to be unmanaged using a udev rule. This will prevents NetworkManager from assigning the same ip to it as the primary interface. <br>
628-
To apply it:<br>
629+
630+
To apply it:<br>
629631
```
630632
sudo cat <<EOF>> /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules
631633
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
@@ -1010,7 +1012,8 @@ This section assumes that you have already installed a RHEL virtual machine in V
10101012
```
10111013
> [!NOTE]
10121014
> ** When using Accelerated Networking (AN) the synthetic interface that is created must me configured to be unmanaged using a udev rule. This will prevents NetworkManager from assigning the same ip to it as the primary interface. <br>
1013-
To apply it:<br>
1015+
1016+
To apply it:<br>
10141017
```
10151018
sudo cat <<EOF>> /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules
10161019
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.

0 commit comments

Comments
 (0)