oops
This commit is contained in:
parent
2f5b811429
commit
af2489f67a
2 changed files with 11 additions and 9 deletions
5
cli.c
5
cli.c
|
|
@ -2,7 +2,7 @@
|
|||
// vim: sw=8 ts=8
|
||||
|
||||
char const *cvs_name = "$Name: $";
|
||||
char const *cvs_id_cli = "$Id: cli.c,v 1.34 2004-11-29 02:17:17 bodea Exp $";
|
||||
char const *cvs_id_cli = "$Id: cli.c,v 1.35 2004-11-29 03:55:19 bodea Exp $";
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
|
@ -3008,6 +3008,9 @@ static int cmd_show_access_list(struct cli_def *cli, char *command, char **argv,
|
|||
return CLI_OK;
|
||||
}
|
||||
|
||||
if (i)
|
||||
cli_print(cli, "");
|
||||
|
||||
cli_print(cli, "%s IP access list %s",
|
||||
ip_filters[f].extended ? "Extended" : "Standard",
|
||||
ip_filters[f].name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue