On Fri, Nov 08, 2013 at 12:10:47PM +0500, Asadullah Hussain wrote: > I am trying to interface a LXC container with openvswitch 2.0 (br0), for > which the "brcompat" module has to be loaded (without it "operation not > supported error" occurs), but I can't find where to specify this OPTION > when building ovs from source.
OVS 2.0 doesn't have a brcompat module. Q: What happened to the bridge compatibility feature? A: Bridge compatibility was a feature of Open vSwitch 1.9 and earlier. When it was enabled, Open vSwitch imitated the interface of the Linux kernel "bridge" module. This allowed users to drop Open vSwitch into environments designed to use the Linux kernel bridge module without adapting the environment to use Open vSwitch. Open vSwitch 1.10 and later do not support bridge compatibility. The feature was dropped because version 1.10 adopted a new internal architecture that made bridge compatibility difficult to maintain. Now that many environments use OVS directly, it would be rarely useful in any case. To use bridge compatibility, install OVS 1.9 or earlier, including the accompanying kernel modules (both the main and bridge compatibility modules), following the instructions that come with the release. Be sure to start the ovs-brcompatd daemon. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
