From 8e152d8db3ecb7c51d2a36b993d7fd9945cc793a Mon Sep 17 00:00:00 2001 From: Jon-Olov Vatn Date: Wed, 8 Nov 2023 10:21:30 +0100 Subject: [PATCH] Fixing typos --- doc/networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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