BUG-2383 : LocRib smal fixes + logs
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BestPathState.java
index e928ee4d459b8fc2094e04f978deab11f831fb0c..06f0c8fc97e6df94a51966dd440e8b5b933a3ad7 100644 (file)
@@ -157,4 +157,7 @@ final class BestPathState {
         return first.getAList().getAsSequence().get(0).getAs();
     }
 
+    ContainerNode getAttributes() {
+        return this.attributes;
+    }
 }