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]
/
snoopctl.c
diff --git
a/snoopctl.c
b/snoopctl.c
index
943294f
..
4ec9b52
100644
(file)
--- a/
snoopctl.c
+++ b/
snoopctl.c
@@
-1,12
+1,14
@@
#include <string.h>
#include <string.h>
+#include <linux/rtnetlink.h>
+#include <netinet/ip6.h>
+
+#include "dhcp6.h"
#include "l2tpns.h"
#include "plugin.h"
#include "control.h"
/* snoop control */
#include "l2tpns.h"
#include "plugin.h"
#include "control.h"
/* snoop control */
-char const *cvs_id = "$Id: snoopctl.c,v 1.7 2005-10-11 09:04:53 bodea Exp $";
-
int plugin_api_version = PLUGIN_API_VERSION;
static struct pluginfuncs *f = 0;
int plugin_api_version = PLUGIN_API_VERSION;
static struct pluginfuncs *f = 0;