<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/ctrl/ipoe, branch 1.11</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp.git/atom?h=1.11</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp.git/atom?h=1.11'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/'/>
<updated>2018-05-31T13:43:14+00:00</updated>
<entry>
<title>ipoe: use lua function to generate username for UP sessions too</title>
<updated>2018-05-31T13:43:14+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-05-31T13:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=d853f52f2ac8987ddc909f3908904d74a54988a2'/>
<id>urn:sha1:d853f52f2ac8987ddc909f3908904d74a54988a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: lua: introduced hwaddr field to session object</title>
<updated>2018-05-31T13:05:53+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-05-31T13:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=d569e0099a97dfbfd1a6157e11bc3089992c4695'/>
<id>urn:sha1:d569e0099a97dfbfd1a6157e11bc3089992c4695</id>
<content type='text'>
example function to use mac address as username:
function username(ses)
    return ses:hwaddr()
end
</content>
</entry>
<entry>
<title>ipoe: fixed mutex deadlock</title>
<updated>2017-12-05T13:53:29+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-12-05T13:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=f4cdb95622206d9690dd6963275b03ac16d31dc0'/>
<id>urn:sha1:f4cdb95622206d9690dd6963275b03ac16d31dc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: check connlimit for UP sessions</title>
<updated>2017-12-01T09:01:03+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-12-01T09:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=a9fc78258ec040d1d870bca0a41144cd78355f2e'/>
<id>urn:sha1:a9fc78258ec040d1d870bca0a41144cd78355f2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: fixed bug</title>
<updated>2017-10-25T07:24:05+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-10-25T07:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=aa25b8981474d093e17c7bc76130f418afd4e49d'/>
<id>urn:sha1:aa25b8981474d093e17c7bc76130f418afd4e49d</id>
<content type='text'>
Assign opt82_ses=ses if shared=0
</content>
</entry>
<entry>
<title>ipoe: more verbose netlink errors</title>
<updated>2017-10-10T09:41:04+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-10-09T13:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=f6bf72222fbffdc52afe1ea659d030ca44c90c88'/>
<id>urn:sha1:f6bf72222fbffdc52afe1ea659d030ca44c90c88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: introduced interface option mtu=N</title>
<updated>2017-09-26T08:57:55+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-09-25T14:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=b766b41e8ae93e4b67dcbfb128aa27bdb86ece6a'/>
<id>urn:sha1:b766b41e8ae93e4b67dcbfb128aa27bdb86ece6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: add client ip as route when nat=1</title>
<updated>2017-08-08T15:51:58+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-08-08T15:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=925199165169cec79f4a46475b79914cb556ac7c'/>
<id>urn:sha1:925199165169cec79f4a46475b79914cb556ac7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: implemented support for vendor specific attrbiutes</title>
<updated>2017-05-08T20:40:15+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-05-08T20:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=b841b7d1e699b4fc3b24eee414954262fdd10f65'/>
<id>urn:sha1:b841b7d1e699b4fc3b24eee414954262fdd10f65</id>
<content type='text'>
introduced new config option:
[ipoe]
vendor=Name

this affects to all attributes specified in attr-xxx options
</content>
</entry>
<entry>
<title>implemented session count limiting</title>
<updated>2017-04-18T18:17:54+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-04-18T17:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=3ec0e18a9636924736cd5759ad53a41924363533'/>
<id>urn:sha1:3ec0e18a9636924736cd5759ad53a41924363533</id>
<content type='text'>
new config option:
[common]
max-sessions=N

If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit.
</content>
</entry>
</feed>
