2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00
Files
openvswitch/python
Ben Pfaff 3df3584256 ovsdb: Force columns that contain weak references to be immutable.
An immutable weak reference is a hole in the constraint system: if
referenced rows are deleted, then the weak reference needs to change.
Therefore, force columsn that contain weak references to be mutable.

Reported-by: "Elluru, Krishna Mohan" <elluru.kri.mohan@hpe.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
2016-04-11 21:02:26 -07:00
..
2016-01-21 23:00:11 -05:00
2016-02-02 16:40:36 -05:00
2016-01-05 18:13:46 -05:00
2016-02-22 15:18:03 -05:00

Python library for working with Open vSwitch