remove bridge module first and then insert ovs module. $sudo rmmod bridge $sudo insmod datapath/linux/openvswitch.ko
On Tue, May 28, 2013 at 9:06 PM, Muhammad Asad < [email protected]> wrote: > Hi, > > During compilation of openvswitch, after make and make install, I try to > run: > > sudo insmod datapath/linux/openvswitch.ko > > It’s saying the following error: > > ~/ovs-vxlan$ sudo insmod datapath/linux/openvswitch.ko > insmod: error inserting ‘datapath/linux/openvswitch.ko’: -1 File exists > > Also, when I try to run sudo lsmod | grep br command, I am getting this > output: > > bridge 90447 0 > stp 12977 1 bridge > llc 14553 2 bridge,stp > > How can I fix this issue. > > Thank you. > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
