Lukas Redynk 35ce5d68e0 Update of netlink version
This is required for
https://github.com/containernetworking/cni/issues/251 because version of
netlink used doesn't support creating tap devices.
2016-08-01 14:04:03 +02:00

8 lines
95 B
Go

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