Bump upstreams to 2022.09
[bgpcep.git] / bgp / extensions / inet / src / main / java / org / opendaylight / protocol / bgp / inet / IPv6RIBSupport.java
index e3afad6c311576c950eee8d2a3687134ea6949b7..2476c2c62ffbe1ef038037a8db6ef9c0c777357c 100644 (file)
@@ -33,7 +33,7 @@ final class IPv6RIBSupport extends AbstractIPRibSupport<Ipv6RoutesCase, Ipv6Rout
     IPv6RIBSupport(final BindingNormalizedNodeSerializer mappingService) {
         super(mappingService,
                 org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.Ipv6Prefix.class,
-                Ipv6AddressFamily.class,
+                Ipv6AddressFamily.VALUE,
                 Ipv6RoutesCase.class,
                 Ipv6Routes.class,
                 Ipv6Route.class,