mirror of
https://github.com/rancher/os.git
synced 2025-09-10 11:11:31 +00:00
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>
This commit is contained in:
11
vendor/github.com/vishvananda/netlink/route_unspecified.go
generated
vendored
Normal file
11
vendor/github.com/vishvananda/netlink/route_unspecified.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !linux
|
||||
|
||||
package netlink
|
||||
|
||||
func (r *Route) ListFlags() []string {
|
||||
return []string{}
|
||||
}
|
||||
|
||||
func (n *NexthopInfo) ListFlags() []string {
|
||||
return []string{}
|
||||
}
|
Reference in New Issue
Block a user