Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | improved lua support | Dmitry Kozlov | |
Implemented support for lua 5.2/5.3. To build accel-ppp with exact lua version pass it in -DLUA=x.y, for example -DLUA=5.2 (cmake 3.0 is required for this). Old style -DLUA=TRUE supports only 5.1 and does not require cmake 3.0. Also extra lua modules (lua_lpack, lua_bit) took out into separated library luasupp. | |||
2017-04-04 | ipoe: included lua bitop library | Dmitry Kozlov | |
Included bitop library http://bitop.luajit.org/index.html It may be used to extract vlan components in username function: function username(ses) vid=ses:vlan() svid=bit.rshift(vid,16) cvid=bit.band(vid,0xffff) ... end | |||
2016-06-02 | set INSTALL_RPATH for ipoe and pppoe | Dmitry Kozlov | |
2016-04-07 | link pppoe and ipoe with vlan-mon library | Dmitry Kozlov | |
2016-04-04 | ipoe: remove stale backup.c | Dmitry Kozlov | |
2013-06-22 | ipoe: introduced proxy-arp option | Dmitry Kozlov | |
2013-01-25 | ipoe: add missing LIB_SUFFIX to install path | Kozlov Dmitry | |
2012-07-11 | futher session backup implementation | Kozlov Dmitry | |
cli: introduced 'restart' command to restrat daemon | |||
2012-07-10 | initial session backup implementation | Kozlov Dmitry | |
2012-07-02 | ipoe: integrating accel-pppd and ipoe kernel module | Kozlov Dmitry | |
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |