projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update version
[l2tpns.git]
/
dhcp6.c
diff --git
a/dhcp6.c
b/dhcp6.c
index
171c1f0
..
b543926
100644
(file)
--- a/
dhcp6.c
+++ b/
dhcp6.c
@@
-459,6
+459,7
@@
void dhcpv6_process(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l)
}
dhcp6_send_reply(s, t, &p_ip6_hdr_in->ip6_src);
}
dhcp6_send_reply(s, t, &p_ip6_hdr_in->ip6_src);
+ send_ipv6_ra(s, t, &p_ip6_hdr_in->ip6_src); // send a RA
}
break;
}
break;