Documentation
¶
Index ¶
- type NetDB
- type Subnet
- func (s *Subnet) Prefix() netip.Prefix
- func (s *Subnet) Release(prefix netip.Prefix) error
- func (s *Subnet) ReleaseAddr(addr netip.Addr) error
- func (s *Subnet) ReleaseSubnet(prefix netip.Prefix) error
- func (s *Subnet) Reserve() (netip.Prefix, error)
- func (s *Subnet) ReserveSubnet(bits int, identifier string) (*Subnet, error)
- func (s *Subnet) Router() netip.Prefix
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetDB ¶
type NetDB struct {
// contains filtered or unexported fields
}
func (*NetDB) ReleaseInterface ¶
type Subnet ¶
type Subnet struct {
// contains filtered or unexported fields
}
func (*Subnet) ReserveSubnet ¶
Click to show internal directories.
Click to hide internal directories.