]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: autocomplete variables
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 10 May 2017 14:38:48 +0000 (16:38 +0200)
committerQuentin Young <qlyoung@users.noreply.github.com>
Mon, 15 May 2017 14:27:43 +0000 (10:27 -0400)
commit7f059ea614bf310015bcb4e9b8dd7b1f6c6e072a
tree6fdc433e5c6d8877380874935130f950fa15db3b
parent70d44c5cd4f28f9d08a24f519d859885d92e2a13
vtysh: autocomplete variables

This asks the connected daemons for their variable completions through a
hidden CLI command.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command.c
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_config.c