sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

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

Open wendani opened this issue 3 years ago • 1 comments

Signed-off-by: Wenda Ni [email protected]

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

wendani avatar Nov 14 '21 09:11 wendani

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

prsunny avatar Nov 16 '21 02:11 prsunny