Skip to content

Commit adc9962

Browse files
yutongzhang-microsoftmssonicbld
authored andcommitted
Revert the change to template acl.json. (sonic-net#9346)
Description of PR PR sonic-net#9199 modified the template acl.json under folder tests/crm/templates and added a key input_interface in this template. Only backend topo supports this key, so it will generate an error log in non-backend topo. In this PR, I revert the change to this template. And for recovery, we have another template in PR sonic-net#9312 . What is the motivation for this PR? PR sonic-net#9199 modified the template acl.json under folder tests/crm/templates and added a key input_interface in this template. Only backend topo supports this key, so it will generate an error log in non-backend topo. In this PR, I revert the change to this template. And for recovery, we have another template in PR sonic-net#9312 How did you do it? Revert the change to template acl json. Signed-off-by: Yutong Zhang <yutongzhang@microsoft.com>
1 parent f16e136 commit adc9962

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

tests/crm/templates/acl.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,7 @@
1616
},
1717
"l2": {
1818
"config": {
19-
"ethertype": "2048",
20-
"vlan_id": "1000"
21-
}
22-
},
23-
"input_interface": {
24-
"interface_ref":
25-
{
26-
"config": {
27-
"interface": "Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet4,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet8"
28-
}
19+
"ethertype": "2048"
2920
}
3021
}
3122
}

0 commit comments

Comments
 (0)