X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=FAQ;h=75eab993a5c58853bb3d0654cb4b641e01c359a6;hb=51f4701be1545a3faa288dfe3993221a6a2fd81c;hp=0e7713bf15ae32eadab15bf778cfd8adf3a19bc5;hpb=acf60855126bcfa79ea22d7846af5f2efe26cd30;p=openvswitch diff --git a/FAQ b/FAQ index 0e7713bf..75eab993 100644 --- a/FAQ +++ b/FAQ @@ -168,6 +168,21 @@ A: Tunnel and patch virtual ports are not supported, as described in the may not be transmitted. +Terminology +----------- + +Q: I thought Open vSwitch was a virtual Ethernet switch, but the + documentation keeps talking about bridges. What's a bridge? + +A: In networking, the terms "bridge" and "switch" are synonyms. Open + vSwitch implements an Ethernet switch, which means that it is also + an Ethernet bridge. + +Q: What's a VLAN? + +A: See the "VLAN" section below. + + Basic Configuration -------------------