BandwidthOnDemand / nsi-pce

Java NSI PCE
Other
2 stars 2 forks source link

PCE chokes on some STP id's #4

Closed hanswesterbeek closed 10 years ago

hanswesterbeek commented 10 years ago

When encountering an STP id like: urn:ogf:network:surfnet.nl:1990:testbed:00:03:18:bc:76:00-6-3:out

The PCE fails (probably due to the semicolons).

From the spec it seems that having semicolons in the local part of an stp id is legal.

Failure occurs in NmlTopologyReader.java

jmacauley commented 10 years ago

That is a valid STP so it should not choke, however, I do not think it is a valid STP in your deployment.

On 2014-04-07, at 3:11 AM, Hans Westerbeek notifications@github.com wrote:

When encountering an STP id like: urn:ogf:network:surfnet.nl:1990:testbed:00:03:18:bc:76:00-6-3:out

The PCE fails (probably due to the semicolons).

From the spec it seems that having semicolons in the local part of an stp id is legal.

Failure occurs in NmlTopologyReader.java

— Reply to this email directly or view it on GitHub.

jmacauley commented 10 years ago

Verified current version of the NSI-PCE can handle STP of the format described. Closing issue.