Package org.onosproject.routing
Interface RoutingService
-
public interface RoutingService
Historical 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_CLASS
static String
ROUTER_APP_ID
static Class<RouterConfig>
ROUTER_CONFIG_CLASS
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
nothing()
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
-
-