throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(ctx)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return;
}
public void readCurrentAttributes(InstanceIdentifier<LocatorSet> id, LocatorSetBuilder builder, ReadContext ctx)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(ctx)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return;
}
LOG.debug("Reading attributes for Locator Set {}", id);
public List<LocatorSetKey> getAllIds(InstanceIdentifier<LocatorSet> id, ReadContext context)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(context)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return Collections.emptyList();
}
@Nonnull MapRegisterBuilder mapRegisterBuilder,
@Nonnull ReadContext readContext) throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(readContext)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", instanceIdentifier);
return;
}
@Nonnull MapRequestModeBuilder mapRequestModeBuilder,
@Nonnull ReadContext readContext) throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(readContext)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", instanceIdentifier);
return;
}
final ShowOneMapRequestModeReply reply = getReplyForRead(
public void readCurrentAttributes(InstanceIdentifier<MapResolver> id, MapResolverBuilder builder, ReadContext ctx)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(ctx)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return;
}
LOG.debug("Reading attributes...");
public List<MapResolverKey> getAllIds(InstanceIdentifier<MapResolver> id, ReadContext context)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(context)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return Collections.emptyList();
}
LOG.debug("Dumping MapResolver...");
public List<MapServerKey> getAllIds(@Nonnull InstanceIdentifier<MapServer> instanceIdentifier,
@Nonnull ReadContext readContext) throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(readContext)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", instanceIdentifier);
return Collections.emptyList();
}
@Nonnull MapServerBuilder mapServerBuilder, @Nonnull ReadContext readContext)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(readContext)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", instanceIdentifier);
return;
}
final Optional<OneMapServerDetailsReplyDump> dump =
@Nonnull PetrCfgBuilder petrCfgBuilder,
@Nonnull ReadContext readContext) throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(readContext)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", instanceIdentifier);
return;
}
public void readCurrentAttributes(InstanceIdentifier<PitrCfg> id, PitrCfgBuilder builder, ReadContext ctx)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(ctx)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return;
}
LOG.debug("Reading status for Lisp Pitr node {}", id);
@Nonnull RlocProbeBuilder rlocProbeBuilder,
@Nonnull ReadContext readContext) throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(readContext)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", instanceIdentifier);
return;
}
@Nonnull final ReadContext context)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(context)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return Collections.emptyList();
}
LOG.trace("Reading all IDS...");
@Nonnull final VniTableBuilder builder, @Nonnull final ReadContext ctx)
throws ReadFailedException {
if (!lispStateCheckService.lispEnabled(ctx)) {
- LOG.info("Lisp feature must be enabled first");
+ LOG.debug("Failed to read {}. Lisp feature must be enabled first", id);
return;
}