Skip to content
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

Should be possible to create an EVC with one UNI without a tag #282

Closed
Alopalao opened this issue Feb 23, 2023 · 1 comment
Closed

Should be possible to create an EVC with one UNI without a tag #282

Alopalao opened this issue Feb 23, 2023 · 1 comment
Labels
bug Something isn't working priority_medium Medium priority

Comments

@Alopalao
Copy link

The following EVC:

{
     "name": "my evc1",
     "dynamic_backup_path": true,
     "enabled": true,
     "uni_z": {
         "interface_id": "00:00:00:00:00:00:00:01:1"
         },
     "uni_a": {
         "tag": {"value": 100, "tag_type": 1},
         "interface_id": "00:00:00:00:00:00:00:01:2"
         }
 }

Results in ErrorType.OFPET_BAD_ACTION, error code 10

@Alopalao
Copy link
Author

This issue was addressed along with any and untagged issue which was closed by the PR #258 . I am closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority_medium Medium priority
Projects
None yet
Development

No branches or pull requests

1 participant