On Thu, Apr 07, 2011 at 10:51:19AM +0500, Tahir Rauf wrote:
> I am a newbie to openvswitch. As a starting point, I was looking at the
> 'actual' main function of openvswitch. I found around 35 main functions in
> the code (the most of them belongs to 'test'). But there are also many other
> main()
The README in the distribution is a good place to start, since it describes
most of those programs. You can see it online here:
http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=README
For the switch itself, you'll want to look at ovs-vswitchd.c.
--Justin
On Apr
Hi
I am a newbie to openvswitch. As a starting point, I was looking at the
'actual' main function of openvswitch. I found around 35 main functions in
the code (the most of them belongs to 'test'). But there are also many other
main() functions, like in ovs-appctl.c, ovs-controller.c, ovs-discover.