I'm working on Open vSwitch to create overlay tunel using vxlan. I'm able to do that using ovs-vsctl command. Now I want to do it programatically using c++. Is there any OVS C++ API interface to do this? I have searched online but I couldn't find any. Let me know if there any API interface for OVS.
Thanks in Advance.
