mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
694c787123
Signed-off-by: Alessandro Boch <aboch@docker.com>
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{}
|
|
}
|