Skip to content

Commit

Permalink
update vlan document
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed May 28, 2021
1 parent 110f7e6 commit cb95f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ By default, Kube-OVN use Geneve to encapsulate packets between hosts, which will
Kube-OVN also support underlay Vlan mode network for better performance and throughput.
In Vlan mode, the packets will send directly to physical switches with vlan tags.

To enable Vlan mode, a dedicated network interface is required by container network.
To enable Vlan mode, a ~~dedicated~~ network interface is required by container network. Mac address, MTU, IP addresses and routes attached to the interface will be copied/transferred to an OVS bridge named `br-provider`.
The related switch port must work in trunk mode to accept 802.1q packets. For underlay network with no vlan tag, you need
to set the VLAN ID to 0.

Expand Down

0 comments on commit cb95f4e

Please sign in to comment.