Make sure to set the LSP name 89/5389/1
authorRobert Varga <rovarga@cisco.com>
Tue, 18 Feb 2014 10:18:29 +0000 (11:18 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 18 Feb 2014 10:19:01 +0000 (11:19 +0100)
This may have contributed to LSPs not being visible.

Change-Id: I8c97c0787c00453fb5f80e96291fffce7cfff8b8
Signed-off-by: Robert Varga <rovarga@cisco.com>
pcep/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/AbstractTopologySessionListener.java

index e4c638e8e0ee988e54286eda8f9497b495ee6484..6654d1cf42321ef367dd78092fe99679fa672b2a 100644 (file)
@@ -304,6 +304,7 @@ public abstract class AbstractTopologySessionListener<SRPID, PLSPID> implements
 
                Preconditions.checkState(name != null);
                rlb.setKey(new ReportedLspKey(name));
+               rlb.setName(name);
 
                // If this is an unsolicited update. We need to make sure we retain the metadata already present
                if (solicited) {