On Fri, Dec 29, 2017 at 11:39:16AM +0800, Gao Zhenyu wrote: > As you know ovn consumes rconn functions in pinctrl.c to connect the > bridge. But the rconn functions are private functions. I mean those > functions are not exposed in include/openvswitch/*.h file, so they are not > regular APIs, right? > So do you know if we get a way to connect the bridge but not using > rconn functions? > Then I can make a controller to manage the IN/OUT packets without > compiling whole ovs.
I don't see any real obstacle to making rconn a public API. Would that be the best solution for you? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
