Fixing typos

This commit is contained in:
Jon-Olov Vatn
2023-11-08 11:18:23 +01:00
committed by Joachim Wiberg
parent 349011dc2d
commit 8e152d8db3
+2 -2
View File
@@ -66,13 +66,13 @@ This sets `eth0` as an untagged member of VLAN 10 and `eth1` as an
untagged member of VLAN 20. Switching between these ports is thus
prohibited.
To terminate a VLAN in the switch itself, either for switch management of for routing, the bridge must become a (tagged) member of the VLAN.
To terminate a VLAN in the switch itself, either for switch management or for routing, the bridge must become a (tagged) member of the VLAN.
```
admin@example:/config/interfaces/interface/br0/> set bridge vlans vlan 10 tagged br0
admin@example:/config/interfaces/interface/br0/> set bridge vlans vlan 20 tagged br0
```
> To route or manage via, a VLAN interface needs to be created on top of the bridge, see section [VLAN Interfaces](#vlan-interfaces) below.
> To route or to manage via a VLAN, a VLAN interface also needs to be created on top of the bridge, see section [VLAN Interfaces](#vlan-interfaces) below.
### VLAN Interfaces