sidekick

package
v5.0.0-preview.1+incom... Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetGlobalAddrs

func GetGlobalAddrs() map[string]NetIface

func GetRouteIfaceAddr

func GetRouteIfaceAddr(ip net.IP) (string, *net.IPNet, error)

Return route's link name and ip

Types

type NetAddr

type NetAddr struct {
	IPNet net.IPNet `json:"ipnet"`
	Scope int       `json:"scope"`
}

type NetIface

type NetIface struct {
	Name  string    `json:"name"`
	Type  string    `json:"type"`
	Mtu   int       `json:"mtu"`
	Flags net.Flags `json:"flags"`
	Addrs []NetAddr `json:"addrs"`
}

Jump to

Keyboard shortcuts

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