public interface RoutingConfigurationService
| Modifier and Type | Field and Description |
|---|---|
static Class<ReactiveRoutingConfig> |
CONFIG_CLASS |
static String |
REACTIVE_ROUTING_APP_ID |
| Modifier and Type | Method and Description |
|---|---|
Set<org.onosproject.net.ConnectPoint> |
getBgpPeerConnectPoints()
Retrieves the entire set of connect points connected to BGP peers in the
network.
|
org.onlab.packet.MacAddress |
getVirtualGatewayMacAddress() |
boolean |
isIpAddressLocal(org.onlab.packet.IpAddress ipAddress)
Evaluates whether an IP address belongs to local SDN network.
|
boolean |
isIpPrefixLocal(org.onlab.packet.IpPrefix ipPrefix)
Evaluates whether an IP prefix belongs to local SDN network.
|
boolean |
isVirtualGatewayIpAddress(org.onlab.packet.IpAddress ipAddress)
Evaluates whether an IP address is a virtual gateway IP address.
|
static final String REACTIVE_ROUTING_APP_ID
static final Class<ReactiveRoutingConfig> CONFIG_CLASS
org.onlab.packet.MacAddress getVirtualGatewayMacAddress()
boolean isVirtualGatewayIpAddress(org.onlab.packet.IpAddress ipAddress)
ipAddress - the IP address to evaluateboolean isIpAddressLocal(org.onlab.packet.IpAddress ipAddress)
ipAddress - the IP address to evaluateboolean isIpPrefixLocal(org.onlab.packet.IpPrefix ipPrefix)
ipPrefix - the IP prefix to evaluateSet<org.onosproject.net.ConnectPoint> getBgpPeerConnectPoints()