Skip to content

Commit d3998c8

Browse files
authored
Edits aqc_bridge_vlan.md (#2787)
* just a couple of minor edits
1 parent 41f2ab2 commit d3998c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22
title: Enabling VLAN Passthrough on Marvell AQC-series NICs
33
author: Neel Chauhan
4-
contributors:
4+
contributors: Steven Spencer
55
tested_with: 9.6
66
tags:
77
- hardware
88
---
99

1010
## Introduction
1111

12-
The author uses a Marvell AQC107-based NIC in their home server, which has a virtual machine used for a virtualized firewall. Unfortunately, the stock Rocky Linux Marvell AQC driver strips VLANs on bridge interfaces. This happened to the author's OPNsense virtual machine. Fortunately, it is fixable.
12+
The author uses a Marvell AQC107-based NIC (network interface card) in their home server, which has a virtual machine used for a virtualized firewall. Unfortunately, the stock Rocky Linux Marvell AQC driver strips VLANs on bridge interfaces. This happened to the author's OPNsense virtual machine. Fortunately, it is fixable.
1313

1414
## Prerequisites and assumptions
1515

1616
The following are the minimum requirements for using this procedure:
1717

1818
* A Rocky Linux server with a Marvell AQC-series NIC
19-
* NetworkManager is used to configure networking
19+
* Using NetworkManager to configure networking
2020

2121
## Disabling VLAN filtering
2222

23-
Disabling VLAN filtering can be done in one command:
23+
You can disable VLAN filtering with one command:
2424

2525
nmcli con modify enp1s0 ethtool.feature-rx-vlan-filter off
2626

27-
Replace `enp1s0` with the name of the AQC-based NIC.
27+
Replace `enp1s0` with the name of your AQC-based NIC.

0 commit comments

Comments
 (0)