-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1
-
Sprint:SC Sprint #1, SC Sprint #2
-
Epic Link:
When the REST-uploaded configuration has a "router MAC" parameter set in segmentrouting section, the app patches interface configuration on the fly to set "interface MAC" equal to "router MAC" (https://github.com/opennetworkinglab/onos/blob/master/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/config/DeviceConfiguration.java#L166)
However, if the same or modified config if re-uploaded, the interface MAC gets reset to the default value (a4:23:05:00:00:00).
The example config causing this issue is attached.