Package org.onosproject.routing
Interface RoutingService
-
public interface RoutingServiceHistorical interface now used only as a centralised place to define routing config related constants.
-
-
Field Summary
Fields Modifier and Type Field Description static Class<BgpConfig>CONFIG_CLASSstatic StringROUTER_APP_IDstatic Class<RouterConfig>ROUTER_CONFIG_CLASS
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidnothing()Empty method to pacify checkstyle.
-
-
-
Field Detail
-
ROUTER_APP_ID
static final String ROUTER_APP_ID
- See Also:
- Constant Field Values
-
ROUTER_CONFIG_CLASS
static final Class<RouterConfig> ROUTER_CONFIG_CLASS
-
-