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
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to