<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp-xebd.git/accel-pppd/ctrl/ipoe, branch 1.10</title>
<subtitle>High performance PPTP/L2TP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp-xebd.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=1.10</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=1.10'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/'/>
<updated>2015-12-04T09:07:17+00:00</updated>
<entry>
<title>ipoe: set session interface name to parent interface name if shared=0</title>
<updated>2015-12-04T09:07:17+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-12-04T09:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=5d8e7d0fbce773249b8c158509fe55f3c7fae422'/>
<id>urn:sha1:5d8e7d0fbce773249b8c158509fe55f3c7fae422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: do not show ipoe-type for non ipoe sessions</title>
<updated>2015-12-04T08:30:22+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-12-04T08:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=08f1d08a52039129fa8e41e23708a1e7d80a01b0'/>
<id>urn:sha1:08f1d08a52039129fa8e41e23708a1e7d80a01b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: show sessions: intoduced new field ipoe-type to display type of session (up or dhcp)</title>
<updated>2015-12-02T10:32:46+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-12-02T10:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=e493662216791794146087a0923839e6105241bf'/>
<id>urn:sha1:e493662216791794146087a0923839e6105241bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: implemented ability to use lua to make vlan name</title>
<updated>2015-12-01T15:43:11+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-12-01T15:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=b1c5ae767273119283089b35a79f1a64952234af'/>
<id>urn:sha1:b1c5ae767273119283089b35a79f1a64952234af</id>
<content type='text'>
[ipoe]
vlan-name=lua:make_vlan_name

lua function accepts three arguments: parent interface name, parent vlan number and vlan number caused vlan creation

sample lua function:
function make_vlan_name(ifname, svid, cvid)
    print('make_vlan_name: '..ifname..','..svid..','..cvid)
    return ifname..'.'..cvid
end
</content>
</entry>
<entry>
<title>ipoe: fixed reload interfaces renamed by NAS-Port-Id</title>
<updated>2015-12-01T10:30:56+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-12-01T10:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=e6c5b180e9b3fe0afac48bffe80522813a35b405'/>
<id>urn:sha1:e6c5b180e9b3fe0afac48bffe80522813a35b405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: do not set session's interface name if shared=1</title>
<updated>2015-11-26T14:43:35+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-26T14:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=97ea33f5e749196d216f49f4dbfe7cbc89fe02b7'/>
<id>urn:sha1:97ea33f5e749196d216f49f4dbfe7cbc89fe02b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: use session's lease time instead of config one for session timeout timer</title>
<updated>2015-11-25T10:28:07+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-25T10:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=0227b8ba98624c54665223e9d82921f17bc01d66'/>
<id>urn:sha1:0227b8ba98624c54665223e9d82921f17bc01d66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: calculate renew time if not specified</title>
<updated>2015-11-25T08:45:43+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-25T08:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=084510b30b63008b371343fe28ab7bfe5e5ecd36'/>
<id>urn:sha1:084510b30b63008b371343fe28ab7bfe5e5ecd36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: fix endian in adding dhcp options</title>
<updated>2015-11-24T09:14:46+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-24T09:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=2f8813816fe1180bf712d7ec022ab7c2b315bdb7'/>
<id>urn:sha1:2f8813816fe1180bf712d7ec022ab7c2b315bdb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: implemented interface renaming by NAS-Port-Id</title>
<updated>2015-11-20T17:14:19+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-20T17:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=5cd2744f424c4228448834076bdad099927b05c7'/>
<id>urn:sha1:5cd2744f424c4228448834076bdad099927b05c7</id>
<content type='text'>
</content>
</entry>
</feed>
