Discover Packages
github.com/zhyocean/neuvector
share
system
sidekick
package
Version:
v1.0.14
Opens a new window with list of versions in this module.
Published: Mar 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Return route's link name and ip
type NetAddr struct {
IPNet net .IPNet `json:"ipnet"`
Scope int `json:"scope"`
}
type NetIface struct {
Name string `json:"name"`
Type string `json:"type"`
Mtu int `json:"mtu"`
Flags net .Flags `json:"flags"`
Addrs []NetAddr `json:"addrs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.