Add ip route append

Signed-off-by: yaocw2020 <yaocanwu@gmail.com>
This commit is contained in:
yaocw2020
2021-03-10 15:49:57 +08:00
committed by Alessandro Boch
parent 2dd616d00b
commit c30d9bc9e7
3 changed files with 82 additions and 0 deletions

View File

@@ -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
}