Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[config][loopback] Fix Bug that cannot add loopback interface by CLI (#…
…1276) **- What I did** Fix that it cannot add loopback interface by CLI, like the following: ``` root@as7816-64x:~# config loopback add Loopback1 Usage: config [OPTIONS] COMMAND [ARGS]... Try "config --help" for help. Error: No such command "L". ``` **- How I did it** Remove `@config.group()` before the function `is_loopback_name_valid(loopback_name)`, which will be called by add/del command Signed-off-by: MuLin <mulin_huang@edge-core.com>
- Loading branch information