* Move buffer configuration to ConfigDB Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Converted Dell and Arista configs Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Add buffer configs for ACS-MSN2740 Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Updated buffers template Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Fixed j2 unit test Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Update buffers config for Force10-S6100 Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Update VS docker to support speed and buffers test Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Update buffers config generation - fixed support of sonic-to-sonic install Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Update submodules pointers for buffers config Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
31 lines
600 B
JSON
31 lines
600 B
JSON
[
|
|
{
|
|
"PORT_TABLE:Ethernet8": {
|
|
"speed": "40000",
|
|
"description": "Interface description"
|
|
},
|
|
"OP": "SET"
|
|
},
|
|
{
|
|
"PORT_TABLE:Ethernet0": {
|
|
"speed": "10000",
|
|
"description": ""
|
|
},
|
|
"OP": "SET"
|
|
},
|
|
{
|
|
"PORT_TABLE:Ethernet4": {
|
|
"speed": "25000",
|
|
"description": ""
|
|
},
|
|
"OP": "SET"
|
|
},
|
|
{
|
|
"PORT_TABLE:Ethernet12": {
|
|
"speed": "1000000",
|
|
"description": "Interface description"
|
|
},
|
|
"OP": "SET"
|
|
}
|
|
]
|