sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
**- What I did** Resolves https://github.com/Azure/sonic-buildimage/issues/6430 Added support of PortChannels to portconfig script. Added mocking of redis into `portconfig `script. Added unit tests for subcommand `config interface mtu`. **- How...
**- What I did** Resolves https://github.com/Azure/sonic-buildimage/issues/6430 Added support of PortChannels to portconfig script. **- How I did it** Added checking of prefix in name of port, passed to the script....
#### What I did Fix the path to `config_db.json` in config-reload for dual-tor device. 202012 PR: https://github.com/Azure/sonic-utilities/pull/2142 Related PR: https://github.com/Azure/sonic-utilities/pull/1465 Presently, there exists a typo in `config_db.json` filename that is...
#### Description Configuring ACL table and associating it with an Ethernet interface, without NameSpace is failing. The issue is specific to Multi NPU/T2 topology. Base configuration is deployed using Minigraph....
#### Description There seems to have some execution delay in swss when executing GCU jsonChange. The delay will cause SYSLOG ERR about removeLag. Possible execution delay related code: (Executed before...
TODO: move yang_validation_service into sonic-swss-common ConfigDBConnector class #### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a...
#### What I did * Add static anycast gateway related commands support. Refer to [SAG HLD#837](https://github.com/Azure/SONiC/pull/837) #### How I did it * Add new commands * config static-anycast-gateway mac_address add/del...
>load_module_from_source [](http://example.com/codeflow?start=15&length=23) We can move some useful functions to an official python module (ref: src/sonic-config-engine/setup.py) so it will be easy to reuse. This ask is in low priority, you can...
…vice Tree The warm-reboot and fast-reboot commands currently expect a platform that uses GRUB. Information about the current kernel boot arguments is extracted from the GRUB config file. This commit...
**- What I did** The below two cases will cause swss crash: 1. Config /32(IPv4) or /128(IPv6) address on non-loopback interfaces 2. Add the same IP subnet to two different...