From 9212f6882358d4b3dc823c89c7b7571a7f3ee5a7 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Mon, 30 Apr 2018 19:49:02 -0700 Subject: [PATCH] [acl-loader]: Change the header from Rule ID to Table (#250) The title shall be : Table instead of Rule ID Signed-off-by: Shu0T1an ChenG --- acl_loader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl_loader/main.py b/acl_loader/main.py index e8ebb1aad7..ac746d7d1d 100644 --- a/acl_loader/main.py +++ b/acl_loader/main.py @@ -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"]