-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Port to datamodel 2.0.0 spec #102
Comments
I believe that implementing this depends on #92. |
Also depends on #95. |
Hi @sajith, awesome you catched this! Like you mentioned, it would be nice if we can leverage the services vlan_range attribute instead of label_range (which is not even defined on the data model spec). Thanks for documenting this issue! |
Another one I just found: Port.short_name is not defined on the Data model spec. I think we should remove this attribute, unless you see an use case for it. |
Related to the issue in sdx-controller regarding user specified vlan in connection request:
-> consolidate between these two. |
According to datamodel 2.0.0 draft spec, a port could be described (almost) like so:
Issue #81 and PR #88 added the capability to parse/validate this. As a follow-up,
Port
has to carryservices
attribute.The text was updated successfully, but these errors were encountered: