Hi everyone, I want to run a command from inside openvswitch code from ofproto/ofproto-dpif-xlate.c. with popen(), openvswitch compiles and runs successfully but it does not run command.
With system(), openvswitch fails to compile with following error: blacklisted due to thread safety issues. I tried running system command with ovs_mutex lock and unlock routines, but it makes no difference. Please let me know what am I doing wrong here. How could a linux command be run from openvswitch. Your help/guidance in this regard will be highly valuable and appreciated. Kind Regards, David
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
