mirror of
https://github.com/rancher/plugins.git
synced 2025-07-07 12:10:20 +00:00
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{}
|
|
}
|