@@ -37,9 +37,9 @@ limitations under the License.
37
37
</PARAM >
38
38
<ACTION >
39
39
if test "${access-list-name}" = ""; then

40
- python $SONIC_CLI_ROOT/sonic-cli.py get_openconfig_acl_acl_acl_sets show_access_list.j2

40
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py get_openconfig_acl_acl_acl_sets show_access_list.j2

41
41
else

42
- python $SONIC_CLI_ROOT/sonic-cli.py get_openconfig_acl_acl_acl_sets_acl_set_acl_entries ${access-list-name} ACL_IPV4 show_access_list.j2

42
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py get_openconfig_acl_acl_acl_sets_acl_set_acl_entries ${access-list-name} ACL_IPV4 show_access_list.j2

43
43
fi

44
44
</ACTION >
45
45
</COMMAND >
@@ -51,7 +51,7 @@ limitations under the License.
51
51
help =" Show IPv4 access-group information"
52
52
>
53
53
<ACTION >
54
- python $SONIC_CLI_ROOT/sonic-cli.py get_openconfig_acl_acl_interfaces show_access_group.j2
54
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py get_openconfig_acl_acl_interfaces show_access_group.j2
55
55
</ACTION >
56
56
</COMMAND >
57
57
@@ -70,9 +70,9 @@ limitations under the License.
70
70
71
71
<ACTION >
72
72
if test "${direction-switch}" = "in"; then

73
- python $SONIC_CLI_ROOT/sonic-cli.py patch_list_openconfig_acl_acl_interfaces_interface ${access-list-name} ACL_IPV4 ${iface} ingress

73
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py patch_list_openconfig_acl_acl_interfaces_interface ${access-list-name} ACL_IPV4 ${iface} ingress

74
74
else

75
- python $SONIC_CLI_ROOT/sonic-cli.py patch_list_openconfig_acl_acl_interfaces_interface ${access-list-name} ACL_IPV4 ${iface} egress

75
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py patch_list_openconfig_acl_acl_interfaces_interface ${access-list-name} ACL_IPV4 ${iface} egress

76
76
fi

77
77
</ACTION >
78
78
</COMMAND >
@@ -87,9 +87,9 @@ limitations under the License.
87
87
88
88
<ACTION >
89
89
if test "${direction-switch}" = "in"; then

90
- python $SONIC_CLI_ROOT/sonic-cli.py delete_openconfig_acl_acl_interfaces_interface_ingress_acl_sets_ingress_acl_set ${iface} ${access-list-name} ACL_IPV4

90
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py delete_openconfig_acl_acl_interfaces_interface_ingress_acl_sets_ingress_acl_set ${iface} ${access-list-name} ACL_IPV4

91
91
else

92
- python $SONIC_CLI_ROOT/sonic-cli.py delete_openconfig_acl_acl_interfaces_interface_egress_acl_sets_egress_acl_set ${iface} ${access-list-name} ACL_IPV4

92
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py delete_openconfig_acl_acl_interfaces_interface_egress_acl_sets_egress_acl_set ${iface} ${access-list-name} ACL_IPV4

93
93
fi

94
94
</ACTION >
95
95
</COMMAND >
@@ -111,7 +111,7 @@ limitations under the License.
111
111
ptype =" STRING_63"
112
112
>
113
113
</PARAM >
114
- <ACTION >python $SONIC_CLI_ROOT/sonic-cli.py patch_openconfig_acl_acl_acl_sets_acl_set ${access-list-name} ACL_IPV4</ACTION >
114
+ <ACTION >python $SONIC_CLI_ROOT/sonic-cli-acl .py patch_openconfig_acl_acl_acl_sets_acl_set ${access-list-name} ACL_IPV4</ACTION >
115
115
</COMMAND >
116
116
117
117
<!-- no ip access-list -->
@@ -123,7 +123,7 @@ limitations under the License.
123
123
ptype =" STRING_63"
124
124
>
125
125
</PARAM >
126
- <ACTION >python $SONIC_CLI_ROOT/sonic-cli.py delete_openconfig_acl_acl_acl_sets_acl_set ${access-list-name} ACL_IPV4</ACTION >
126
+ <ACTION >python $SONIC_CLI_ROOT/sonic-cli-acl .py delete_openconfig_acl_acl_acl_sets_acl_set ${access-list-name} ACL_IPV4</ACTION >
127
127
</COMMAND >
128
128
129
129
</VIEW >
@@ -159,7 +159,7 @@ limitations under the License.
159
159
help =" Sequence number"
160
160
ptype =" RANGE_1_65535"
161
161
/>
162
- <ACTION >python $SONIC_CLI_ROOT/sonic-cli.py delete_openconfig_acl_acl_acl_sets_acl_set_acl_entries_acl_entry ${name} ACL_IPV4 ${seq-no}</ACTION >
162
+ <ACTION >python $SONIC_CLI_ROOT/sonic-cli-acl .py delete_openconfig_acl_acl_acl_sets_acl_set_acl_entries_acl_entry ${name} ACL_IPV4 ${seq-no}</ACTION >
163
163
</COMMAND >
164
164
165
165
<COMMAND
@@ -210,7 +210,7 @@ limitations under the License.
210
210
</PARAM >
211
211
</PARAM >
212
212
<ACTION >
213
- python $SONIC_CLI_ROOT/sonic-cli.py patch_list_openconfig_acl_acl_acl_sets_acl_set_acl_entries_acl_entry ${name} ACL_IPV4 ${__params}
213
+ python $SONIC_CLI_ROOT/sonic-cli-acl .py patch_list_openconfig_acl_acl_acl_sets_acl_set_acl_entries_acl_entry ${name} ACL_IPV4 ${__params}
214
214
</ACTION >
215
215
</COMMAND >
216
216
</VIEW >
0 commit comments