mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08: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{}
|
|
}
|