netlink: make darwin happy

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)
This commit is contained in:
Johan Euphrosine 2014-01-17 16:30:27 -08:00
parent abbdc2b6ce
commit f442c504c3

View file

@ -5,7 +5,7 @@ import (
"net" "net"
) )
func NetworkGetRoutes() ([]*net.IPNet, error) { func NetworkGetRoutes() ([]Route, error) {
return nil, fmt.Errorf("Not implemented") return nil, fmt.Errorf("Not implemented")
} }