ipamutils

package
v26.1.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 177

Documentation

Overview

Package ipamutils provides utility functions for ipam management

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigGlobalScopeDefaultNetworks

func ConfigGlobalScopeDefaultNetworks(defaultAddressPool []*NetworkToSplit) error

ConfigGlobalScopeDefaultNetworks configures global default pool. Ideally this will be called from SwarmKit as part of swarm init

func GetGlobalScopeDefaultNetworks

func GetGlobalScopeDefaultNetworks() []*net.IPNet

GetGlobalScopeDefaultNetworks returns a copy of the global-sopce network list.

func GetLocalScopeDefaultNetworks

func GetLocalScopeDefaultNetworks() []*net.IPNet

GetLocalScopeDefaultNetworks returns a copy of the default local-scope network list.

func SplitNetworks

func SplitNetworks(list []*NetworkToSplit) ([]*net.IPNet, error)

SplitNetworks takes a slice of networks, split them accordingly and returns them

Types

type NetworkToSplit

type NetworkToSplit struct {
	Base string `json:"base"`
	Size int    `json:"size"`
}

NetworkToSplit represent a network that has to be split in chunks with mask length Size. Each subnet in the set is derived from the Base pool. Base is to be passed in CIDR format. Example: a Base "10.10.0.0/16 with Size 24 will define the set of 256 10.10.[0-255].0/24 address pools

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL