Details
-
Bug
-
Status: Resolved
-
High
-
Resolution: Done
-
None
-
None
Description
augment "/inv:nodes/inv:node/fni:table/fni:flow/fni:match/ext-gen:extension-list/ext-gen:extension" {
ext:augment-identifier "nx-aug-match-nodes-node-table-flow";
uses all-matches-grouping;
}
augment "/odl-flow-stats:flows-statistics-update/odl-flow-stats:flow-and-statistics-map-list/odl-flow-stats:match/ext-gen:extension-list/ext-gen:extension" {
ext:augment-identifier "nx-aug-match-nodes-node-table-flow";
uses all-matches-grouping;
}
this causes a the two augmentations to map to the same identifier. This looks like a mistake done in I7616615225fdadedf45e22e4aca6668e25447001 and it should be rectified, so that work on MDSAL-350 can continue.