Skip to content

Commit a8aadee

Browse files
Shuotian Chenglguohan
Shuotian Cheng
authored andcommitted
[acl-loader]: Change the header from Rule ID to Table (sonic-net#250)
The title shall be : Table instead of Rule ID Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 0b9bb2b commit a8aadee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acl_loader/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def show_rule(self, table_name, rule_id):
476476
:param rule_id: Optional. ACL rule name. Filter rule by specified rule name.
477477
:return:
478478
"""
479-
header = ("Rule ID", "Rule Name", "Priority", "Action", "Match")
479+
header = ("Table", "Rule", "Priority", "Action", "Match")
480480

481481
ignore_list = ["PRIORITY", "PACKET_ACTION", "MIRROR_ACTION"]
482482

0 commit comments

Comments
 (0)