projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
*** empty log message ***
[l2tpns.git]
/
tbf.c
diff --git
a/tbf.c
b/tbf.c
index
6107844
..
0b3a38b
100644
(file)
--- a/
tbf.c
+++ b/
tbf.c
@@
-1,6
+1,6
@@
// L2TPNS: token bucket filters
// L2TPNS: token bucket filters
-char const *cvs_id_tbf = "$Id: tbf.c,v 1.1
1 2004/12/16 08:49:53
bodea Exp $";
+char const *cvs_id_tbf = "$Id: tbf.c,v 1.1
2 2005/05/02 09:55:04
bodea Exp $";
#include <string.h>
#include "l2tpns.h"
#include <string.h>
#include "l2tpns.h"
@@
-318,7
+318,7
@@
int cmd_show_tbf(struct cli_def *cli, char *command, char **argv, int argc)
return CLI_HELP_NO_ARGS;
if (!config->cluster_iam_master) {
return CLI_HELP_NO_ARGS;
if (!config->cluster_iam_master) {
- cli_
print
(cli, "Can't do this on a slave. Do it on %s",
+ cli_
error
(cli, "Can't do this on a slave. Do it on %s",
fmtaddr(config->cluster_master_address, 0));
return CLI_OK;
fmtaddr(config->cluster_master_address, 0));
return CLI_OK;