public interface IFlowMapping
Modifier and Type | Method and Description |
---|---|
org.apache.commons.lang3.tuple.Pair<MapNotify,List<TransportAddress>> |
handleMapRegister(MapRegister mapRegister)
Handle southbound map-request.
|
MapReply |
handleMapRequest(MapRequest mr)
Handle southbound map-request.
|
void |
setShouldUseSmr(boolean smr)
Configure LISP mapping service to track and notify of changes mapping requesters.
|
org.apache.commons.lang3.tuple.Pair<MapNotify,List<TransportAddress>> handleMapRegister(MapRegister mapRegister)
mapRegister
- The map-register messageMapReply handleMapRequest(MapRequest mr)
mr
- The map-request messagesvoid setShouldUseSmr(boolean smr)
smr
- Configure state of serviceCopyright © 2019 OpenDaylight. All rights reserved.