summaryrefslogtreecommitdiffstats
path: root/infra/northbound/bgp-extensions/l3-vpn-v6/src/main/java/io/fd/honeycomb/northbound/bgp/extension/L3VpnV6Module.java
diff options
context:
space:
mode:
Diffstat (limited to 'infra/northbound/bgp-extensions/l3-vpn-v6/src/main/java/io/fd/honeycomb/northbound/bgp/extension/L3VpnV6Module.java')
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v6/src/main/java/io/fd/honeycomb/northbound/bgp/extension/L3VpnV6Module.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/src/main/java/io/fd/honeycomb/northbound/bgp/extension/L3VpnV6Module.java b/infra/northbound/bgp-extensions/l3-vpn-v6/src/main/java/io/fd/honeycomb/northbound/bgp/extension/L3VpnV6Module.java
index 7125774d9..2583d4a60 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v6/src/main/java/io/fd/honeycomb/northbound/bgp/extension/L3VpnV6Module.java
+++ b/infra/northbound/bgp-extensions/l3-vpn-v6/src/main/java/io/fd/honeycomb/northbound/bgp/extension/L3VpnV6Module.java
@@ -65,8 +65,7 @@ public class L3VpnV6Module extends AbstractBgpExtensionModule {
@Override
public Set<Class<? extends WriterFactory>> getApplicationRibWriters() {
- //TODO - HONEYCOMB-359 - use wildcarded subtree writer
- return Collections.emptySet();
+ return ImmutableSet.of(L3VpnV6WriterFactory.class);
}
@Override