mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-23 07:10:08 -04:00
11 lines
162 B
Go
11 lines
162 B
Go
// +build !linux
|
|
|
|
package netlink
|
|
|
|
func (r *Route) ListFlags() []string {
|
|
return []string{}
|
|
}
|
|
|
|
func (n *NexthopInfo) ListFlags() []string {
|
|
return []string{}
|
|
}
|