X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/99921507eb9b842d4f41c5516af1f455d4a49a99..786a8c4546c4a28f21d8995567e6f8f28f2eb053:/icmp.c diff --git a/icmp.c b/icmp.c index 6d90467..fa947b7 100644 --- a/icmp.c +++ b/icmp.c @@ -15,6 +15,7 @@ #include #include "l2tpns.h" +#include "pppoe.h" static uint16_t _checksum(uint8_t *addr, int count); @@ -130,7 +131,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