Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
3633
-
High
Description
Not sure when this broke, but this used to work, and nothing changed on our end.
I see the Augmentation to match builder being set after I call this method:
The NSI equivalent works fine, but I did note a small change from setNsi() for the NSI case to setValue() for the NSP case, but looking at the methods, they both do the same thing (set the appropriate variable, so its not a type thing).
The NSI method below works fine:
http://pastebin.com/D48ZHfKr
These are in:
package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.flow;
FlowUtils.java