On Tue, Nov 24, 2015 at 05:08:38PM +0000, Aymerich, Edward wrote: > I was under the impression that ovsdb_idl_add_table() should replicate and > monitor all columns of the given table, so I don't > have to add each column individually.
That's not what it does. It only makes the IDL track the rows in the table. If you need specific columns from the table, you have to add them individually. (I think that the comment on the function implies this, but I can see how a reader might interpret it the way you did.) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev