diff --git a/doc/networking.md b/doc/networking.md index 66c19b6f..c4efee62 100644 --- a/doc/networking.md +++ b/doc/networking.md @@ -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