- If set to true
, ovn-northd
will combine
- logical flows that differs only by logical datapath into a single
- logical flow with logical datapath group attached.
+ Note: This option is deprecated, the only behavior is to always
+ combine logical flows by datapath groups. Changing the value or
+ removing this option all toghether will have no effect.
- While this should significantly reduce number of logical flows stored
- in Southbound database this could also increase processing complexity
- on the ovn-controller
side, e.g.,
- ovn-controller
will re-consider logical flow for all
- logical datapaths in a group. If the option set to
- false
, there will be separate logical flow per logical
- datapath and only this flow will be re-considered.
-
- The default value is false
.
+ ovn-northd
combines logical flows that differs
+ only by logical datapath into a single logical flow with
+ logical datapath group attached.