projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge from Master
[l2tpns.git]
/
tbf.c
diff --git
a/tbf.c
b/tbf.c
index
c6273ce
..
9dba63e
100644
(file)
--- a/
tbf.c
+++ b/
tbf.c
@@
-1,6
+1,10
@@
// L2TPNS: token bucket filters
#include <string.h>
// L2TPNS: token bucket filters
#include <string.h>
+#include <linux/rtnetlink.h>
+#include <netinet/ip6.h>
+
+#include "dhcp6.h"
#include "l2tpns.h"
#include "util.h"
#include "tbf.h"
#include "l2tpns.h"
#include "util.h"
#include "tbf.h"
@@
-307,7
+311,7
@@
int tbf_run_timer(void)
return 1;
}
return 1;
}
-int cmd_show_tbf(struct cli_def *cli, char *command, char **argv, int argc)
+int cmd_show_tbf(struct cli_def *cli, c
onst c
har *command, char **argv, int argc)
{
int i;
int count = 0;
{
int i;
int count = 0;