mirror of https://github.com/vishvananda/netlink
Remove "=======" characters left over from merge
Signed-off-by: Michael Cambria <mcambria@redhat.com>
This commit is contained in:
parent
0a32cffaf5
commit
f5de75959a
|
@ -550,7 +550,6 @@ func (h *Handle) RouteAppend(route *Route) error {
|
||||||
return h.routeHandle(route, req, nl.NewRtMsg())
|
return h.routeHandle(route, req, nl.NewRtMsg())
|
||||||
}
|
}
|
||||||
|
|
||||||
=======
|
|
||||||
// RouteAddEcmp will add a route to the system.
|
// RouteAddEcmp will add a route to the system.
|
||||||
func RouteAddEcmp(route *Route) error {
|
func RouteAddEcmp(route *Route) error {
|
||||||
return pkgHandle.RouteAddEcmp(route)
|
return pkgHandle.RouteAddEcmp(route)
|
||||||
|
|
Loading…
Reference in New Issue