add new radius state

This commit is contained in:
bodea 2005-05-16 06:01:08 +00:00
parent 02fdf67741
commit 45a08e2c95

3
cli.c
View file

@ -2,7 +2,7 @@
// vim: sw=8 ts=8 // vim: sw=8 ts=8
char const *cvs_name = "$Name: $"; char const *cvs_name = "$Name: $";
char const *cvs_id_cli = "$Id: cli.c,v 1.57 2005/05/09 08:53:50 bodea Exp $"; char const *cvs_id_cli = "$Id: cli.c,v 1.58 2005/05/16 06:01:08 bodea Exp $";
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
@ -1018,6 +1018,7 @@ static int cmd_show_radius(struct cli_def *cli, char *command, char **argv, int
"IPCP", "IPCP",
"START", "START",
"STOP", "STOP",
"INTRM",
"WAIT", "WAIT",
}; };