Validate if replication config being added is self referential (#17142)

This commit is contained in:
Poorna
2023-05-06 13:35:43 -07:00
committed by GitHub
parent be18d435a2
commit c5c1426262
4 changed files with 63 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ var (
// The name of this local node, fetched from arguments
globalLocalNodeName string
globalLocalNodeNameHex string
globalNodeNamesHex map[string]struct{}
// The global subnet config
globalSubnetConfig subnet.Config