Addition of new client utility, maxadmin.

Supporting protocol for the admin interface

New routing module, cli, which shares source with debugcli

Tidyup output of lsit commands
This commit is contained in:
Mark Riddoch
2014-06-13 23:40:07 +01:00
parent 02330093cc
commit 719503e471
17 changed files with 1212 additions and 12 deletions

View File

@ -601,6 +601,8 @@ char *ptr, *lptr;
if (args[0] == NULL || *args[0] == 0)
return 1;
for (i = 0; args[i] && *args[i]; i++)
;
argc = i - 2; /* The number of extra arguments to commands */