<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp-xebd.git/accel-pppd, 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>net-snmp: export interface counters in the sessionTable</title>
<updated>2015-12-02T14:31:23+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-12-02T14:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=863694e6547b94488a077e500028aabaadc48086'/>
<id>urn:sha1:863694e6547b94488a077e500028aabaadc48086</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>cli: show sesisons: introduced rx-bytes-raw,tx-bytes-raw fields</title>
<updated>2015-11-30T11:06:07+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-30T11:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=504e7b995913956f71fe76c93e439df63701c0b3'/>
<id>urn:sha1:504e7b995913956f71fe76c93e439df63701c0b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code</title>
<updated>2015-11-30T10:14:47+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-30T10:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=adcaecd1b4d27ad30d35fd0cff4999029f3acffb'/>
<id>urn:sha1:adcaecd1b4d27ad30d35fd0cff4999029f3acffb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fields</title>
<updated>2015-11-30T10:14:24+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-30T10:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=c402a55c79f57add1bfc02ad594a2b0c0d63fbbd'/>
<id>urn:sha1:c402a55c79f57add1bfc02ad594a2b0c0d63fbbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppd_compat: fixed usage of mkstamp (fixed file descriptor leak)</title>
<updated>2015-11-30T09:31:27+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-30T09:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=8d7f1e101476998dbe9e0dd3ec2d490c34876ff1'/>
<id>urn:sha1:8d7f1e101476998dbe9e0dd3ec2d490c34876ff1</id>
<content type='text'>
</content>
</entry>
</feed>
