mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 04:53:01 +02:00
Fixing typos
This commit is contained in:
committed by
Joachim Wiberg
parent
349011dc2d
commit
8e152d8db3
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user