public interface EvpnRouteAdminService extends EvpnRouteService
| Modifier and Type | Method and Description |
|---|---|
void |
update(Collection<EvpnRoute> routes)
Updates the given routes in the route service.
|
void |
withdraw(Collection<EvpnRoute> routes)
Withdraws the given routes from the route service.
|
getRouteTablesvoid update(Collection<EvpnRoute> routes)
routes - collection of routes to updatevoid withdraw(Collection<EvpnRoute> routes)
routes - collection of routes to withdraw