Any chance we could get this ( 9435b0b8 ) backported to 2.13 and 2.12 (it backported cleanly and passed tests on my box). Thanks!
On Fri, Mar 20, 2020 at 10:48 AM Ben Pfaff <[email protected]> wrote: > On Fri, Mar 20, 2020 at 03:22:38PM +0000, Terry Wilson wrote: > > For columns like QoS.queues where we have a map containing refTable > > values, assigning w/ __setattr__ e.g. qos.queues={1: $queue_row} > > works, but using using qos.setkey('queues', 1, $queue_row) results > > in an Exception. The opdat argument can essentially just be the > > JSON representation of the map column instead of trying to build > > it. > > > > Signed-off-by: Terry Wilson <[email protected]> > > Thanks, applied to master. > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
