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]
/
stripdomain.c
diff --git
a/stripdomain.c
b/stripdomain.c
index
748efc9
..
b536339
100644
(file)
--- a/
stripdomain.c
+++ b/
stripdomain.c
@@
-1,11
+1,13
@@
#include <string.h>
#include <string.h>
+#include <linux/rtnetlink.h>
+#include <netinet/ip6.h>
+
+#include "dhcp6.h"
#include "l2tpns.h"
#include "plugin.h"
/* strip domain part of username before sending RADIUS requests */
#include "l2tpns.h"
#include "plugin.h"
/* strip domain part of username before sending RADIUS requests */
-char const *cvs_id = "$Id: stripdomain.c,v 1.8 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;