Bug-6562: Support add-path in base BGP NLRI
[bgpcep.git] / bmp / bmp-spi / src / main / java / org / opendaylight / protocol / bmp / spi / parser / BmpTlvParser.java
index 73c0a7a74c0fc0866328ab9edafbb950f9de9f51..e2039d2edd91dfab5eb7079295dcefacff65fc37 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.protocol.bmp.spi.parser;
 
 import io.netty.buffer.ByteBuf;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev150512.Tlv;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev171207.Tlv;
 
 public interface BmpTlvParser {