Doing so would mean that we will lose the desired groups forever because of incremental processing (till the next change in NB database).
Signed-off-by: Gurucharan Shetty <g...@ovn.org> --- ovn/controller/ofctrl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ovn/controller/ofctrl.c b/ovn/controller/ofctrl.c index d7b3d3e..1fed1e8 100644 --- a/ovn/controller/ofctrl.c +++ b/ovn/controller/ofctrl.c @@ -920,7 +920,6 @@ ofctrl_put(int64_t nb_cfg) * between ovn-controller and OVS provides some buffering.) */ if (state != S_UPDATE_FLOWS || rconn_packet_counter_n_packets(tx_counter)) { - ovn_group_table_clear(groups, false); return; } -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev