Search in sources :

Example 1 with MappingKeepAliveBuilder

use of org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingKeepAliveBuilder in project lispflowmapping by opendaylight.

the class LispSouthboundHandler method createMappingKeepAlive.

private MappingKeepAlive createMappingKeepAlive(final MapRegisterCacheValue value) {
    MappingKeepAliveBuilder mappingKeepAliveBuilder = new MappingKeepAliveBuilder();
    mappingKeepAliveBuilder.setMapRegisterCacheMetadata(value.getMapRegisterCacheMetadata());
    return mappingKeepAliveBuilder.build();
}
Also used : MappingKeepAliveBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingKeepAliveBuilder)

Aggregations

MappingKeepAliveBuilder (org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingKeepAliveBuilder)1