Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-04 | change version in CMakeLists.txt1.10.01.10 | Dmitry Kozlov | |
2015-12-04 | 1.10.0 release | Dmitry Kozlov | |
* ipoe: fixed mask calculation from ipaddr radius attribute * ipoe: fixed authentication with chap-secrets * ipoe: set Calling-Station-Id to client mac address for UP sessions * ipoe: introduced idle-timeout and session-timeout options * ipoe: for option password implemented special value csid * ipoe: change l4-redirect-ipset/l4-redirect-table by CoA * ipoe: don't block lua script if it raises error * ipoe: implemented soft session termination * ipoe: implemneted passing DHCP Option 82 to Radius as two separated attributes * ipoe: changed behavior of agent-remote-id option * ipoe: introduced option check-mac-change * ipoe: disabled udp checksum validation * ipoe: introduced 'calling-sid' option * ipoe: send client IP address in Framed-IP-Address for UP sessions * ipoe: implemented username=ifname for UP sessions * ipoe: use single socket for arp processing * ipoe: implemented dhcp option 58 * ipoe: for vlan name pattern implemented %P argument - VID of parent interface * ipoe: implemented ability to use lua to make vlan name * ipoe: show sessions: intoduced new field ipoe-type to display type of session (up or dhcp) * ipoe: implemented interface renaming by NAS-Port-Id * pppoe: use single discovery socket * pppoe: check for tag length in print_packet function (fixes sigsegv) * ppp: fixed send double ConfAck when LCP is started * ppp: fix mtu/mru set if not negotiated on any end plus cleanup * ppp: set mtu and mru after unit creation * ppp: create ppp units after authentication * ppp: set unit index from NAS_Port attribute if present * cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fields * cli: show sesisons: introduced rx-bytes-raw,tx-bytes-raw fields * session: implemented idle and timeout timers * radius: override session's idle and timeout timers values by Idle-Timeout and Session-Timeout attributes * shaper: fixed parsing ecn/noecn for fq_codel * replace mktemp with mkstemp * properly handle Cisco-AVPair * consider only rx interface counter for idle timeout calculation * net-snmp: export interface counters in the sessionTable | |||
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 | net-snmp: export interface counters in the sessionTable | 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-30 | cli: show sesisons: introduced rx-bytes-raw,tx-bytes-raw fields | Dmitry Kozlov | |
2015-11-30 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2015-11-30 | cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fields | Dmitry Kozlov | |
2015-11-30 | pppd_compat: fixed usage of mkstamp (fixed file descriptor leak) | 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 | ipoe: fix endian in adding dhcp options | Dmitry Kozlov | |
2015-11-23 | libnetlink: genl: fix length of CTRL_ATTR_FAMILY_ID attribute | Dmitry Kozlov | |
2015-11-23 | ppp: do not send double ConfAck when LCP is started | Dmitry Kozlov | |
2015-11-21 | pppoe: use single discovery socket | Dmitry Kozlov | |
2015-11-20 | consider only rx interface counter for idle timeout calculation | Dmitry Kozlov | |
2015-11-20 | ipoe: implemented interface renaming by NAS-Port-Id | Dmitry Kozlov | |
2015-11-20 | replace mktemp with mkstemp | Dmitry Kozlov | |
2015-11-19 | ipoe: arp: fixed hash value calculation in arpd_stop | 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-18 | contrib: removed unused libnl-9999.ebuild | Dmitry Kozlov | |
2015-11-18 | contrib: added accel-ppp.service for systemd | Dmitry Kozlov | |
2015-11-18 | cmake: check for build directory is separated directory from sources | Dmitry Kozlov | |
2015-11-17 | ipoe: implemented dhcp option 58 | Dmitry Kozlov | |
2015-11-17 | shaper: properly handle Cisco-AVPair | Dmitry Kozlov | |
2015-11-17 | ippool: properly handle Cisco-AVPair | Dmitry Kozlov | |
2015-11-17 | ipoe: use single socket for arp processing | 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-08 | ipoe: fixed compilation for < 4.1 kernels | Dmitry Kozlov | |
2015-07-08 | ipoe: support for kernels up to 4.1 | Dmitry Kozlov | |
2015-07-08 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2015-07-07 | fixed check for interface name length | Dmitry Kozlov | |
2015-07-07 | ipoe: disable udp checksum validation | 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-06-16 | pppoe: do not send reply if Service-Name is empty | Dmitry Kozlov | |
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-19 | ipoe: remove NETIF_F_HW_VLAN_CTAG_FILTER from virtual device features (fixed ↵ | Dmitry Kozlov | |
warn in register_netdevice) (v2) | |||
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= |