-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 1.0.0, 1.0.1
-
Component/s: None
-
Labels:None
-
Environment:
all
-
Epic Link:
-
Sprint:Blackbird Sprint 2 (Jan 5-16)
When typing "flows" in the ONOS CLI, the controller port is shown as following (do not consider in the output below the Ethernet type - which is clearly wrong):
onos> flows
deviceId=of:5e3e486e73000187, flowRuleCount=3
id=10000da2e116d, state=ADDED, bytes=0, packets=-1, duration=546, priority=40000, appId=org.onosproject.net.proxyarp
selector=[ETH_TYPE
]
treatment=[OUTPUT
id=20000da1ea967, state=ADDED, bytes=0, packets=-1, duration=546, priority=40000, appId=org.onosproject.provider.lldp
selector=[ETH_TYPE{ethType=ffffffffffff88cc}]
treatment=[OUTPUT{port=18446744073709551613}
]
id=20000da1eb7b1, state=ADDED, bytes=0, packets=-1, duration=546, priority=40000, appId=org.onosproject.provider.lldp
selector=[ETH_TYPE
]
treatment=[OUTPUT
]
We need to translate this number into something like "to controller".
This is just for cosmetic. The port number is anyway "correct" on the switches.
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
2211,1 | Fix for ONOS-607 - controller port displayed incorrectly in CLI | master | onos | Status: MERGED | +2 | +1 |
2218,1 | Fix for ONOS-607 - controller port displayed incorrectly in CLI | onos-1.0 | onos | Status: MERGED | +2 | +1 |