X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/5faf075c8de1e0010c7ce1f34a1bf7b553df26b3..b15e1bf64eb16c1d9bc53f464380fe012f25faaa:/icmp.c?ds=inline

diff --git a/icmp.c b/icmp.c
index 86c9bdf..5f05127 100644
--- a/icmp.c
+++ b/icmp.c
@@ -1,7 +1,5 @@
 // L2TPNS: icmp
 
-char const *cvs_id_icmp = "$Id: icmp.c,v 1.11 2006-04-27 09:53:49 bodea Exp $";
-
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <netinet/in.h>
@@ -15,8 +13,10 @@ char const *cvs_id_icmp = "$Id: icmp.c,v 1.11 2006-04-27 09:53:49 bodea Exp $";
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <memory.h>
+#include <linux/rtnetlink.h>
 
 #include "l2tpns.h"
+#include "pppoe.h"
 
 static uint16_t _checksum(uint8_t *addr, int count);
 
@@ -132,7 +132,9 @@ void send_ipv6_ra(sessionidt s, tunnelidt t, struct in6_addr *ip)
 	*(o+9) = 0x80;
 	*(o+23) = 1;
 	if (ip != NULL)
+	{
 		memcpy(o+24, ip, 16);	// dest = ip
+	}
 	else
 	{
 		// FF02::1 - all hosts