mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
refactor cluster network related constants
This commit is contained in:
@@ -7,6 +7,10 @@ import (
|
||||
"net/netip"
|
||||
)
|
||||
|
||||
const DefaultSubnetBits = 24
|
||||
|
||||
var DefaultNetwork = netip.MustParsePrefix("10.210.0.0/16")
|
||||
|
||||
// IPAM is an in-memory IP address manager for allocating and releasing subnets for machines from a cluster network.
|
||||
type IPAM struct {
|
||||
network netip.Prefix
|
||||
|
||||
Reference in New Issue
Block a user