summaryrefslogtreecommitdiff
path: root/accel-pppd/ipv6/nd.c
AgeCommit message (Collapse)Author
2014-07-11ipv6_nd: retry to start ND later if bind failedDmitry Kozlov
There is some issue on binding raw ICMPv6 socket immediately after assigning address on 3.14 (and probably later) kernel. This causes ipv6_nd to fail to start. This patch makes ipv6_nd to try to bind later if bind fails.
2012-08-27fix various typosKozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-08-30ipv6-nd: read additional parameters from configKozlov Dmitry
2011-08-30ipv6-nd: read dns/dnssl from ipv6-dns sectionKozlov Dmitry
2011-08-28ipv6_nd: don't advertise prefixes with length more then 64Kozlov Dmitry
2011-08-28ipv6: initial dhcpv6 supportKozlov Dmitry