MVPN RFC6514 Extendend communities
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / pojo / SimpleAddressFamilyRegistry.java
index 3d6be1218c5d06918d515188e572ef590c995b51..c99eab19dc154e6f48d9210792dd49c078d71a94 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.protocol.bgp.parser.spi.pojo;
 import com.google.common.base.Preconditions;
 import org.opendaylight.protocol.bgp.parser.spi.AddressFamilyRegistry;
 import org.opendaylight.protocol.util.Values;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.AddressFamily;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.AddressFamily;
 
 final class SimpleAddressFamilyRegistry extends AbstractFamilyRegistry<AddressFamily, Integer> implements AddressFamilyRegistry {
     AutoCloseable registerAddressFamily(final Class<? extends AddressFamily> clazz, final int number) {