X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/a8434db159038c2fb6b0fb12a28105f3ccba64c9..dff555697a1dbdd6fd420683d70a045bc6615f27:/tbf.c diff --git a/tbf.c b/tbf.c index e7b2fbb..3c8a211 100644 --- a/tbf.c +++ b/tbf.c @@ -1,6 +1,6 @@ // L2TPNS: token bucket filters -char const *cvs_id_tbf = "$Id: tbf.c,v 1.2 2004/06/28 02:43:13 fred_nerk Exp $"; +char const *cvs_id_tbf = "$Id: tbf.c,v 1.3 2004/07/02 07:31:23 bodea Exp $"; #include #include @@ -406,4 +406,3 @@ int cmd_show_tbf(struct cli_def *cli, char *command, char **argv, int argc) cli_print(cli, "%d tbf entries used, %d total", count, filter_list_size); return CLI_OK; } -