mirror of
https://github.com/vishvananda/netlink.git
synced 2025-10-27 18:00:35 +08:00
committed by
Alessandro Boch
parent
2dd616d00b
commit
c30d9bc9e7
@@ -237,6 +237,10 @@ func (h *Handle) RouteAdd(route *Route) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
func (h *Handle) RouteAppend(route *Route) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
func (h *Handle) RouteDel(route *Route) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user