Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-24 17:03:31 +00:00
parent 568fd71d89
commit 114372b4c6
5 changed files with 170 additions and 16 deletions
+4
View File
@@ -179,3 +179,7 @@ func RingOneAddress(zoneID, nodeID int) (netip.Addr, bool) {
return netip.AddrFrom4(a4), true
}
}
type Ring struct {
Ring int
}