diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-07-19 21:14:27 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-07-19 21:14:27 +0000 |
| commit | 9d0662e009c0cf4532b88c9a1fb0f7c0dc174584 (patch) | |
| tree | ab301ab5ec4b58a249df43e09fbc21154e879499 /lib/command.c | |
| parent | 340a2b4ac0bcc737e24aa6c0e383f1188aaaaf61 (diff) | |
lib: Break up functions, begin matcher
Moved test hook out of command.c into vtysh.c,
renamed graph modules, added matching code
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/command.c b/lib/command.c index 4b571ba75d..490c2a0690 100644 --- a/lib/command.c +++ b/lib/command.c @@ -34,8 +34,6 @@ Boston, MA 02111-1307, USA. */ #include "workqueue.h" #include "vrf.h" -#include "grammar_sandbox.c" - /* Command vector which includes some level of command lists. Normally each daemon maintains each own cmdvec. */ vector cmdvec = NULL; @@ -4077,10 +4075,6 @@ cmd_init (int terminal) install_element (ENABLE_NODE, &show_version_cmd); install_element (ENABLE_NODE, &show_commandtree_cmd); - /**/ - grammar_sandbox_init(); - /**/ - if (terminal) { install_element (ENABLE_NODE, &config_terminal_length_cmd); |
