On Sat, Dec 11, 2010 at 3:23 AM, Vivek Rai <[email protected]> wrote: > Is it possible to do ioctls directly to the openvswitch kernel modul? I see > that ovs-dpctl can do it. However, my problem is i want to do it from my > application and i do not know how to get the appropriate file descriptor.
You could adapt the "dpif" and "dpif-linux" libraries from the Open vSwitch source code, or you could write the equivalent code. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
