BandwidthOnDemand / nsi-safnari

A NSI Aggregator Coordinator
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

queryRecursiveConfirm message fix #19

Closed jmacauley closed 7 years ago

jmacauley commented 7 years ago

nsi-safnari was not populating the p2ps element associated with its service entry in the criteria element of the queryRecursiveConfirmed. This p2ps element was held in an Any structure that was not being copied into the queryRecursiveConfirm from the original reservation. Simply added copy and issue is fixed. Closed issue #18.