On Mon, Dec 23, 2013 at 6:27 PM, Senthil <[email protected]> wrote: > HI > I have downloaded and installed openVswitch (version 1.10.2) in unbuntu > 13.10 using 'apt-get install'. > Looks like - This version of openVswitch does not support MPLS. > I heard openvSwitch 2.0 supports MPLS. > SO I downloaded openVswitch 2.0 from OPENVSWITCH website and tried to > install manually. > But the command ./boot.sh failed with the following error > > checking whether make has GNU make $(if) extension... yes > checking for Linux build directory... > /lib/modules/3.11.0-14-generic/build > checking for Linux source directory... > /lib/modules/3.11.0-14-generic/build > checking for kernel version... 3.11.7 > configure: error: Linux kernel in /lib/modules/3.11.0-14-generic/build > is version 3.11.7, but version newer than 3.10.x is not supported
As the error message says, this version of OVS does not support the 3.11 kernel that is shipped with that version of Ubuntu. You will have to use the version from master instead if you want to use this configuration. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
