Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-18 | ipoe: implemented new option "start=auto" | Dmitry Kozlov | |
If start=auto is specified then accel-pppd automatically starts session with username = interface name on shared=0 interfaces. Use it with conjuction vlan_mon. So any packet may start session. | |||
2016-03-18 | ipoe: remove interfaces started by vlan_mon if they do not match config (on ↵ | Dmitry Kozlov | |
reload) | |||
2016-03-18 | ipoe: do not start second session on shared=0 interfaces | Dmitry Kozlov | |
2016-03-18 | ipoe: restored local-net function | Dmitry Kozlov | |
local-net is used to filter incomming packets which may start UP session | |||
2016-03-18 | make termination caused by SIGTERM soft | Dmitry Kozlov | |
2016-03-17 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2016-03-17 | vlan_mon,ipoe,pppoe: implemented detection of vlan existance | Dmitry Kozlov | |
2016-03-17 | ipoe: add missing pthread_mutex_unlock | Dmitry Kozlov | |
2016-03-17 | ipoe: fixed possible race condition | Dmitry Kozlov | |
2016-03-17 | ipoe: log warn if interface was not started by vlan_mon notification | Dmitry Kozlov | |
2016-03-14 | ipoe: bug fixes | Dmitry Kozlov | |
2016-03-13 | ipoe: many many changes | Dmitry Kozlov | |
2016-03-09 | ipoe: fixed bringing down non-shared interface | Dmitry Kozlov | |
2016-01-03 | iputils: improved iproute_add and iproute_del functions | Dmitry Kozlov | |
2015-12-25 | pptp,ipoe: fixed recursion bug | Dmitry Kozlov | |
2015-12-04 | preparation for DPDK intergation | Dmitry Kozlov | |
2015-12-04 | ipoe: fixed call ipoe_lua_make_vlan_name after merging vlanmon | Dmitry Kozlov | |
2015-12-04 | Merge branch 'vlanmon' | Dmitry Kozlov | |
2015-12-04 | ipoe: set session interface name to parent interface name if shared=0 | Dmitry Kozlov | |
2015-12-04 | ipoe: do not show ipoe-type for non ipoe sessions | Dmitry Kozlov | |
2015-12-02 | ipoe: show sessions: intoduced new field ipoe-type to display type of ↵ | Dmitry Kozlov | |
session (up or dhcp) | |||
2015-12-01 | ipoe: implemented ability to use lua to make vlan name | Dmitry Kozlov | |
[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 | |||
2015-12-01 | ipoe: fixed reload interfaces renamed by NAS-Port-Id | Dmitry Kozlov | |
2015-11-26 | ipoe: do not set session's interface name if shared=1 | Dmitry Kozlov | |
2015-11-25 | ipoe: use session's lease time instead of config one for session timeout timer | Dmitry Kozlov | |
2015-11-25 | ipoe: calculate renew time if not specified | Dmitry Kozlov | |
2015-11-24 | Merge branch 'master' of /home/dima/Projects/accel-ppp into vlanmon | Dmitry Kozlov | |
2015-11-21 | move parse_vlan_mon function to vlan-mon module | Dmitry Kozlov | |
2015-11-21 | split ipoe driver to ipoe and vlan_mon | Dmitry Kozlov | |
introduced new module "vlan-mon" | |||
2015-11-20 | ipoe: implemented interface renaming by NAS-Port-Id | Dmitry Kozlov | |
2015-11-18 | ipoe: for vlan name pattern implemented %P argument - VID of parent interface | Dmitry Kozlov | |
2015-11-18 | ipoe: do not apply "soft terminate" to UP sessions | Dmitry Kozlov | |
2015-11-18 | ipoe: fixed detection for exceeding of maximum interface name in ↵ | Dmitry Kozlov | |
make_vlan_name function | |||
2015-11-18 | ipoe: fixed double route insertion | Dmitry Kozlov | |
2015-11-18 | ipoe: add route to client only in L3 mode | Dmitry Kozlov | |
2015-11-18 | ipoe: do not send immediate Accounting Stop in soft terminate mode | Dmitry Kozlov | |
2015-11-17 | ipoe: implemented dhcp option 58 | Dmitry Kozlov | |
2015-11-02 | ipoe: implemented username=ifname for UP sessions | Dmitry Kozlov | |
2015-08-19 | ipoe: fixed condition to register radius plugin | Dmitry Kozlov | |
2015-08-19 | ipoe: send client IP address in Framed-IP-Address for UP sessions | Dmitry Kozlov | |
2015-08-17 | ipoe: introduced 'calling-sid' option | Dmitry Kozlov | |
This option specifies value of Calling-Station-Id value. Available options are 'mac' and 'ip'. | |||
2015-07-07 | fixed check for interface name length | Dmitry Kozlov | |
2015-07-02 | ipoe: introduced option "check-mac-change" | Dmitry Kozlov | |
Default behaviour of accel-ppp when it receives DHCP request with same Option 82 but different MAC address is termination of old session (with previous MAC address). This option can turn off such behaviour, so multiple sessions with same Option 82 but different MAC may coesist. | |||
2015-04-20 | ipoe: changed behavior of agent-remote-id option | Dmitry Kozlov | |
Before this patch if agent-remote-id is not specified in config it get default value "accel-pppd". Now if agent-remote-id is not specified then accel-ppp will not insert his Option 82 into relayed DHCP requests | |||
2015-04-18 | ipoe: implemneted passing DHCP Option 82 to Radius as two separated attributes | Dmitry Kozlov | |
Introducesed 2 new options: [ipoe] attr-dhcp-opt82-remote-id= attr-dhcp-opt82-circuit-id= | |||
2015-04-18 | ipoe: implemented soft session termination | Dmitry Kozlov | |
Soft termination means that session won't be terminated immediately, but marked as terminated and when client will request for lease renewal it will be NAKed and session will be terminated at this time. By default soft termination is turned off, to enable it introduces new option 'soft-terminate=1'. Also cli command 'terminate <session> hard' terminates session immediatly regardless of 'soft-terminate' option. | |||
2015-02-21 | ipoe: change l4-redirect-ipset/l4-redirect-table by CoA | Dmitry Kozlov | |
2015-02-21 | ipoe: for option password implemented special value "csid" | Dmitry Kozlov | |
If password=csid then password will we same as Calling-Station-Id. | |||
2015-02-21 | ipoe: introduced "idle-timeout" and "session-timeout" options | Dmitry Kozlov | |
2015-02-20 | ipoe: set Calling-Station-Id to client mac address for UP sessions | Dmitry Kozlov | |