Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |