You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to delete a vlan using json file as input?
I understand that it is possible with CLI; I am checking if there is a way to achieve this with json file input.
a few tests in drops_group_test fails on second run.
The reason is that /tmp/dropstat is not cleaned, the first
run leave some state in the folder which cause the subsequent
run to fail.
The fix is the always clean up the folder.
Signed-off-by: Guohan Lu <lguohan@gmail.com>
* SAI submodule update
- d0f3333 Tunnel Scoped TC MAP and Remarking (sonic-net#1413) (sonic-net#1451)
- 62364a3 Add two more API as RPC for warmboot testing (sonic-net#1421) (sonic-net#1437)
- 426fad1 Make saithriftv compatible with thrift 0.14.1 (sonic-net#1433)
Signed-off-by: bingwang <bingwang@microsoft.com>
Is it possible to delete a vlan using json file as input?
I understand that it is possible with CLI; I am checking if there is a way to achieve this with json file input.
I am able to add a new vlan as:
Is there a way to delete this vlan with json file input?
Is it possible to use swssconfig utility for this purpose?
The text was updated successfully, but these errors were encountered: