1
0
mirror of https://github.com/rancher/os.git synced 2025-07-08 12:28:37 +00:00
os/vendor/github.com/vishvananda/netlink/route_unspecified.go
Sven Dowideit 17b3589782 Add a network test that sets up 2 of 4 ehternet devices, and allows another to use dhcp
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-03-10 22:28:41 +10:00

12 lines
162 B
Go

// +build !linux
package netlink
func (r *Route) ListFlags() []string {
return []string{}
}
func (n *NexthopInfo) ListFlags() []string {
return []string{}
}