Add ability that allows to set CT limits per logical switch, logical router or logical switch port. When the limit is applied to logical switch it will be implicitly set for all logical ports in the logical switch. This can be overwritten individually per port.
Ales Musil (2): controller: Prepare structure around CT zone limiting. Controller, northd: Add support for CT zone limits. NEWS | 3 + controller/ct-zone.c | 349 +++++++++++++++++++++++++++--------- controller/ct-zone.h | 27 ++- controller/ofctrl.c | 2 +- controller/ovn-controller.c | 44 +++-- controller/physical.c | 17 +- controller/physical.h | 2 +- lib/ovn-util.c | 17 ++ lib/ovn-util.h | 3 + northd/northd.c | 8 + ovn-nb.xml | 29 +++ tests/ovn-controller.at | 99 ++++++++++ 12 files changed, 485 insertions(+), 115 deletions(-) -- 2.45.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
