Skip to content

Commit

Permalink
[acl-loader]: Change the header from Rule ID to Table (sonic-net#250)
Browse files Browse the repository at this point in the history
The title shall be : Table instead of Rule ID

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored and lguohan committed May 1, 2018
1 parent b69837c commit 9212f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acl_loader/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def show_rule(self, table_name, rule_id):
:param rule_id: Optional. ACL rule name. Filter rule by specified rule name.
:return:
"""
header = ("Rule ID", "Rule Name", "Priority", "Action", "Match")
header = ("Table", "Rule", "Priority", "Action", "Match")

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

Expand Down

0 comments on commit 9212f68

Please sign in to comment.