Re: [ovs-dev] [PATCH 4/4] docs: Add README.OSX.md

2015-01-24 Thread Dave Tucker
On 23 Jan 2015, at 22:52, Ben Pfaff wrote: On Fri, Jan 23, 2015 at 01:17:38AM +, Dave Tucker wrote: +Usage +- + +> NOTE: Currently the userspace utilities will *only* work with the equivalent OVS version Why? This could be a bug - I'm not sure. I have OVS 2.3.0 running on a test

Re: [ovs-dev] [PATCH 4/4] docs: Add README.OSX.md

2015-01-24 Thread Ben Pfaff
On Sat, Jan 24, 2015 at 02:23:52PM +, Dave Tucker wrote: > On 23 Jan 2015, at 22:52, Ben Pfaff wrote: > > >On Fri, Jan 23, 2015 at 01:17:38AM +, Dave Tucker wrote: > >>+Usage > >>+- > >>+ > >>+> NOTE: Currently the userspace utilities will *only* work with the > >>equivalent OVS versio

[ovs-dev] OvsDB API Documentation?

2015-01-24 Thread Sreedhar
Hi guys, I looking for OVSDb API documentation. Is there any official API documentation or comments inline in the code is the only documentation? -- Regards Sreedhar ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] OvsDB API Documentation?

2015-01-24 Thread Ben Pfaff
On Sat, Jan 24, 2015 at 12:49:49PM -0600, Sreedhar wrote: > I looking for OVSDb API documentation. Is there any official API > documentation or comments inline in the code is the only documentation? See RFC 7047. ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] OvsDB API Documentation?

2015-01-24 Thread Ben Pfaff
Please don't drop the mailing list. The OVSDB monitor feature is an asynchronous mechanism using which OVSDB can report a change in the database to the client, so your question is odd. The change notification specifies which row was changed. On Sat, Jan 24, 2015 at 03:36:51PM -0600, Sreedhar wro