forked from ovn-org/ovn
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
northd: Add a flag 'only_dgp_peer_ports' to the SB Datapath.
This flag is added to the external_ids column of SB Datapath_binding table only if a logical switch meets the following criteria: - has one or more localnet ports. - has one or more router ports and all its peers are distributed gateway ports. ovn-controller in the following patch makes use of this flag. Signed-off-by: Numan Siddique <[email protected]>
- Loading branch information
1 parent
d7522d5
commit b0d6ff7
Showing
3 changed files
with
89 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters