mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-06 01:08:03 +00:00
We will use them to fetch IP addresses from container namespaces Required an update to golang.org/x/sys/unix
12 lines
162 B
Go
12 lines
162 B
Go
// +build !linux
|
|
|
|
package netlink
|
|
|
|
func (r *Route) ListFlags() []string {
|
|
return []string{}
|
|
}
|
|
|
|
func (n *NexthopInfo) ListFlags() []string {
|
|
return []string{}
|
|
}
|