- Add startup-config(5) manpage.

- Add snoopctl, throttlectl plugins.
- Update documentation.
This commit is contained in:
bodea 2004-11-17 15:08:19 +00:00
parent bf0a00f106
commit f5071c422d
12 changed files with 584 additions and 106 deletions

View file

@ -16,13 +16,12 @@ struct {
char *usage;
int action;
} builtins[] = {
{ "load_plugin", " PLUGIN Load named plugin", NSCTL_REQ_LOAD },
{ "unload_plugin", " PLUGIN Unload named plugin", NSCTL_REQ_UNLOAD },
{ "help", " List available commands", NSCTL_REQ_HELP },
{ "load_plugin", " PLUGIN Load named plugin", NSCTL_REQ_LOAD },
{ "unload_plugin", " PLUGIN Unload named plugin", NSCTL_REQ_UNLOAD },
{ "help", " List available commands", NSCTL_REQ_HELP },
{ 0 }
};
static int debug = 0;
static int timeout = 2; // 2 seconds
static char *me;