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

[vstest/acl table] Fix ports field in acl table creation #2030

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wendani
Copy link
Contributor

@wendani wendani commented Nov 14, 2021

Signed-off-by: Wenda Ni wonda.ni@gmail.com

What I did

Why I did it
Be consistent with dvs_acl.create_acl_table

        table_attrs = { 
            "policy_desc": table_name,
            "type": table_type,
            "ports@": ",".join(ports)
        }   

How I verified it
vs test

Details if related

Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
@prsunny
Copy link
Collaborator

prsunny commented Nov 16, 2021

@wendani , does that mean old config should be failing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants