public interface IMapNotifyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleMapNotify(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapNotify mapNotify,
List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress> rlocs)
Handle map-notify message.
|
void |
handleSMR(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapRequest mapRequest,
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.rloc.container.Rloc subscriber)
Handle Solicit Map Request message.
|
void handleMapNotify(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapNotify mapNotify,
List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress> rlocs)
mapNotify - The map-notify messagerlocs - A list of RLOCs which need to be notifiedvoid handleSMR(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapRequest mapRequest,
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.rloc.container.Rloc subscriber)
mapRequest - the SMR messagesubscriber - The address of the subscriber that should be SMRedCopyright © 2018 OpenDaylight. All rights reserved.