-
Type: Story
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
Currently the json format that fabric-crossconnect service uses to add Xconnect rules from ONOS REST would be
{ "deviceId": "of:0000000000000201", "vlanId": "94", "ports": [1, 2] }
However, ONOS 1.15 and later replaced `port` field to `endpoints`, which causes synchronization of fabric-crossconnect failed.