[OPNFLWPLUG-9] Model of port-state cannot express full range of values Created: 26/Dec/13 Updated: 27/Sep/21 Resolved: 16/Mar/16 |
|
| Status: | Resolved |
| Project: | OpenFlowPlugin |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Ed Warnicke | Assignee: | Venkata Siva Vijayendra Bhamidipati |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Mac OS |
||
| Description |
|
The model for port-state in port-types.yang was a typdef for an enumeration Additionally, it is completely non-extensible. |
| Comments |
| Comment by Rajani Srivastava [ 07/Feb/14 ] |
|
Hi Ed, The code in opendaylight-port-types.yang is now: grouping port-state { leaf blocked { type boolean; } } container state { uses port-state; description "Description of state of port"; }which will express all three values. |
| Comment by Jozef Bacigal [ 16/Mar/16 ] |
|
No response long time, if persist should be opened as new bug. |