Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
northd: Add support for Logical Datapath Groups.
northd will create only one logical flow with a single logical datapath group instead of several lflows that differs only by a datapath column. We're avoiding creation of datapath groups with only one datapath to save space. Old 'logical_datapath' column used instead. Feature is disabled. Configuration option to enable it will be added in the next commit. Note: ovn-controller highly depnds on fact that logical flow that uses multicast group is always received after or in the same update with the corresponding multicast group. That will not be the case with datapath groups. For that reason northd will not use datapath groups for such logical flows. Co-authored-by: Dumitru Ceara <[email protected]> Signed-off-by: Dumitru Ceara <[email protected]> Signed-off-by: Ilya Maximets <[email protected]> Signed-off-by: Mark Michelson <[email protected]> Acked-by: Mark Michelson <[email protected]>
- Loading branch information