projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removal MTU size limitation
[l2tpns.git]
/
bgp.c
diff --git
a/bgp.c
b/bgp.c
index
85415d1
..
2791ca3
100644
(file)
--- a/
bgp.c
+++ b/
bgp.c
@@
-10,8
+10,6
@@
* nor RFC2385 (which requires a kernel patch on 2.4 kernels).
*/
* nor RFC2385 (which requires a kernel patch on 2.4 kernels).
*/
-char const *cvs_id_bgp = "$Id: bgp.c,v 1.12 2005/09/02 23:39:36 bodea Exp $";
-
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
@@
-23,6
+21,7
@@
char const *cvs_id_bgp = "$Id: bgp.c,v 1.12 2005/09/02 23:39:36 bodea Exp $";
#include <netdb.h>
#include <fcntl.h>
#include <netdb.h>
#include <fcntl.h>
+#include "dhcp6.h"
#include "l2tpns.h"
#include "bgp.h"
#include "util.h"
#include "l2tpns.h"
#include "bgp.h"
#include "util.h"