Fixed remote mapping caching scope 70/4970/3
authorJan Srnicek <[email protected]>
Wed, 1 Feb 2017 08:47:20 +0000 (09:47 +0100)
committerMarek Gradzki <[email protected]>
Thu, 2 Feb 2017 07:03:00 +0000 (07:03 +0000)
Change-Id: Ieb46ee56da4efd8d0d3423b66e2d74386c440688
Signed-off-by: Jan Srnicek <[email protected]>
lisp/lisp2vpp/src/main/java/io/fd/hc2vpp/lisp/translate/read/RemoteMappingCustomizer.java

index c140dec..8341f40 100755 (executable)
@@ -117,7 +117,6 @@ public class RemoteMappingCustomizer extends FutureJVppCustomizer
                         .withExecutor(createLocatorDumpExecutor(futureJvpp))
                         .withCacheKeyFactory(new TypeAwareIdentifierCacheKeyFactory(LispLocatorDetailsReplyDump.class,
                                 ImmutableSet.of(LocatorSet.class)))
-                        .acceptOnly(LispLocatorDetailsReplyDump.class)
                         .build();
     }