]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.h
lib: Various minor improvements & bugfixes to CLI backend
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 29 Oct 2016 04:43:04 +0000 (04:43 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 29 Oct 2016 04:43:04 +0000 (04:43 +0000)
commitebacb4edce50ef418e46b090288223adea89b2d0
tree189aec495e8ed108e55a73e617ca9663d8d89cfd
parentbec37ba594856e0fac7fd20baa08d50d0e3fe86a
lib: Various minor improvements & bugfixes to CLI backend

- Do not allow tab-completion on anything except words
- Rewrite cmd_make_strvec to use strsep
- Remove a few trailing whitespaces
- Remove cmd_complete_command_lib

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c
lib/command.h
lib/vty.c