projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update changelog.
[l2tpns.git]
/
icmp.c
diff --git
a/icmp.c
b/icmp.c
index
6d90467
..
fa947b7
100644
(file)
--- a/
icmp.c
+++ b/
icmp.c
@@
-15,6
+15,7
@@
#include <memory.h>
#include "l2tpns.h"
#include <memory.h>
#include "l2tpns.h"
+#include "pppoe.h"
static uint16_t _checksum(uint8_t *addr, int count);
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)
*(o+9) = 0x80;
*(o+23) = 1;
if (ip != NULL)
+ {
memcpy(o+24, ip, 16); // dest = ip
memcpy(o+24, ip, 16); // dest = ip
+ }
else
{
// FF02::1 - all hosts
else
{
// FF02::1 - all hosts