<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/ipv6, branch 1.7</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=1.7</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=1.7'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2014-07-11T11:06:11+00:00</updated>
<entry>
<title>ipv6_nd: retry to start ND later if bind failed</title>
<updated>2014-07-11T11:06:11+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2014-07-09T13:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=894cd3e7aa89ee0139dd1ba132391db802ffd55b'/>
<id>urn:sha1:894cd3e7aa89ee0139dd1ba132391db802ffd55b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX</title>
<updated>2012-12-25T22:15:05+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-12-25T22:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=c223aade3cd0c9ee651902f70da5497aae0f8014'/>
<id>urn:sha1:c223aade3cd0c9ee651902f70da5497aae0f8014</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix format string errors</title>
<updated>2012-09-05T18:16:03+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2012-09-04T18:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=5f355048894ede9e983c7f02cc5915385620db3f'/>
<id>urn:sha1:5f355048894ede9e983c7f02cc5915385620db3f</id>
<content type='text'>
Fix several errors and compiler warnings in format string
arguments.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>fix various typos</title>
<updated>2012-08-27T08:25:22+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-08-27T08:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=f26abc454476bded89de516ebc099a3f62c54fb9'/>
<id>urn:sha1:f26abc454476bded89de516ebc099a3f62c54fb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: make SO_REUSEADDR</title>
<updated>2012-04-29T18:49:00+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-04-29T18:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=efdff96653311924ac3241ec4acb4609e1d36e19'/>
<id>urn:sha1:efdff96653311924ac3241ec4acb4609e1d36e19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set FD_CLOEXEC on opened file descriptors</title>
<updated>2012-01-13T08:38:26+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-01-13T08:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=bf1ccc7f6e7a9dc5a8ba3d8d02b25ad446458840'/>
<id>urn:sha1:bf1ccc7f6e7a9dc5a8ba3d8d02b25ad446458840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: inplemented reply to rebind</title>
<updated>2011-09-01T03:18:10+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2011-09-01T03:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=09aa6f0728a0678acd6f1907d4b0b93334ace3c3'/>
<id>urn:sha1:09aa6f0728a0678acd6f1907d4b0b93334ace3c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipv6-nd: read additional parameters from config</title>
<updated>2011-08-30T18:07:33+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2011-08-30T17:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b709730b448a469c85dc276c8acb1d13454c641b'/>
<id>urn:sha1:b709730b448a469c85dc276c8acb1d13454c641b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: implemented reply to Information-Request</title>
<updated>2011-08-30T17:10:47+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2011-08-30T17:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=556d8e927a220905692d3e6253945bce7a44dc0d'/>
<id>urn:sha1:556d8e927a220905692d3e6253945bce7a44dc0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: include missing rapid commit option to reply</title>
<updated>2011-08-30T16:23:48+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2011-08-30T16:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=8c96b6928e397d6d5e4b6e34c89bc1e17b3df1b9'/>
<id>urn:sha1:8c96b6928e397d6d5e4b6e34c89bc1e17b3df1b9</id>
<content type='text'>
</content>
</entry>
</feed>
