Closed idanhac closed 1 year ago
In DASH_ACL_OUT_TABLE the acl_group_id counter will start with 1 In contrast in DASH_ACL_RULE_TABLE the counter will start in 1001
I fixed it manually by setting eni_index to + 1 in dash_eni_table.py
nsg_id = (eni_index + 1) * 1000 + nsg_index
i believe this is fixed now, can you please confirm table_id = eni * 1000 + stage_in_index
fixed! thank you!
In DASH_ACL_OUT_TABLE the acl_group_id counter will start with 1 In contrast in DASH_ACL_RULE_TABLE the counter will start in 1001
I fixed it manually by setting eni_index to + 1 in dash_eni_table.py
nsg_id = (eni_index + 1) * 1000 + nsg_index