Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-16 | pppd_compat: do not call ip-down if session was not started | Dmitry Kozlov | |
2017-10-12 | pppd-compat: implemented fork-limit | Dmitry Kozlov | |
[ppppd-compat] fork-limit=N Specifies number of simultaneously running background processes. | |||
2017-10-12 | triton: rewrited context sleeping implementation | Dmitry Kozlov | |
Instead of entering working thread into sleep triton saves machine context and stack on sleep and restores context/stack on wakeup. This saves costly new thread allocation. | |||
2017-10-11 | pppd_compat: various improvemments | Dmitry Kozlov | |
implemented coinfig reload changed default value of ip-xxx scripts to be NULL (disabled) | |||
2017-10-09 | radius: split request queue to 2 subqueues | Dmitry Kozlov | |
1 - is high priority queue for Access-Request and Account-Request(Start) 2 - is low priority queue for Account-Request(Alive) and Account-Request(Stop) This patch intended to prioritize sessions connecting requests over disconnects and interim updates. | |||
2017-10-09 | ppp: changed behaviour of lcp-echo-timeout | Dmitry Kozlov | |
Now, if lcp-echo-timeout is specified this is considered as idle timeout. So if link is idling (no any packet was received) in specified interval accel-ppp starts to send LCP Echo-Request with lcp-echo-interval period. If peer responds to echo request new idle period is being started. If peer does not responds to lcp-echo-failure attempts accel-ppp terminates session with Acct-Terminate-Cause Lost-Carrier. If lcp-echo-timeout is not specified or equals zero accel-ppp works in old behaviour (unconditionally sends LCP Echo-Request with lcp-echo-interval period). This patch intended to prevent unexpected sessions termination due to lcp echo loses. | |||
2017-10-09 | ipoe: more verbose netlink errors | Dmitry Kozlov | |
2017-10-09 | ppp_lcp: fixed missing braces (possible bug) | Dmitry Kozlov | |
2017-09-25 | cli: introduced ip6 and ip6-dp fields in "show sessions" command | Dmitry Kozlov | |
2017-09-25 | ipoe: introduced interface option mtu=N | Dmitry Kozlov | |
2017-09-25 | libnetlink: added function iplink_set_mtu | Dmitry Kozlov | |
2017-08-21 | dhcpv6: check if prefix_len equals 0, if so do not start dhcpv6 for this ↵ | Dmitry Kozlov | |
sessions | |||
2017-08-08 | updated contact information | Dmitry Kozlov | |
2017-08-08 | Merge branch 'master' of github.com:xebd/accel-ppp | Dmitry Kozlov | |
2017-08-08 | Merge pull request #11 from rsabhilash/nomru_option | xebd | |
fix: connection problem with clients having nomru option | |||
2017-08-08 | ipoe: add client ip (second ip) as route when nat=1 (make quagga happy) | Dmitry Kozlov | |
2017-07-26 | fix: connection problem with clients having nomru option | rabhis | |
Fixed problem while connecting with clients in which mru not negotiating lcp option is set | |||
2017-07-13 | improved SIGSEGV handler | Dmitry Kozlov | |
2017-07-04 | support for openssl-1.1 | Dmitry Kozlov | |
2017-05-08 | ipoe: implemented support for vendor specific attrbiutes | Dmitry Kozlov | |
introduced new config option: [ipoe] vendor=Name this affects to all attributes specified in attr-xxx options | |||
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
2017-04-18 | Revert "implemented session count limiting" | Dmitry Kozlov | |
This reverts commit 88a908974b0b2e9c7eee8ad9a8b0b4432e95d167. | |||
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
2017-04-18 | Revert "implemented session count limiting" | Dmitry Kozlov | |
This reverts commit 9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6. | |||
2017-04-18 | shaper: fixed bug in class id allocation procedure | Dmitry Kozlov | |
this is related only for htb | |||
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
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 | |||
2017-04-04 | ipoe: implemented ability to change ipset by CoA | Dmitry Kozlov | |
For this need to send 2 attributes: L4-Redirect=1,L4-Redirect-Ipset=new-set | |||
2017-03-28 | Revert "ipoe: fix lua 5.3 support" | Dmitry Kozlov | |
This reverts commit b72efa378b32980f2114bcb8081fafbd93096aa0. | |||
2017-03-27 | ipoe: fixed bug (unexpected session start in UP mode) | Dmitry Kozlov | |
2017-03-27 | cmake: check for pcre and openssl headers are present | Dmitry Kozlov | |
2017-03-27 | ipoe: fix lua 5.3 support | Dmitry Kozlov | |
2017-03-27 | net-snmp: add definition for U64 (if not set) | Dmitry Kozlov | |
2017-03-27 | ipoe: fixed prefix calculation from ipaddr | Dmitry Kozlov | |
2017-02-15 | ipoe: fixed conditions to turn on arp handling | Dmitry Kozlov | |
2016-12-10 | ipoe: implemented support for freeradius dhcp attributes | Dmitry Kozlov | |
2016-12-10 | radius: extended support for freeradius dictionaries | Dmitry Kozlov | |
2016-12-09 | shaper: fixed conditions to install limiter (may install only up or only ↵ | Dmitry Kozlov | |
down limiter) | |||
2016-12-09 | ipoe: assign 2 ptp address to interface for sessions with nat | Dmitry Kozlov | |
2016-12-08 | ipoe: fixed nat support | Dmitry Kozlov | |
2016-12-07 | ipoe: lua: add "vlan" field to session object | Dmitry Kozlov | |
resulting value is vlan | (parent_vlan << 16) | |||
2016-12-06 | ipoe,pppoe: do not check for vlan-mon module is loaded | Dmitry Kozlov | |
2016-12-05 | Merge pull request #7 from nuclearcat/master | xebd | |
Multiple service-name, compatibility with old accel-ppp with service name specified | |||
2016-11-29 | ipoe: apply offer-delay rules to arp initiated sessions | Dmitry Kozlov | |
2016-11-29 | ipoe: do not start UP session by arp request immediately (wait for IP packet) | Dmitry Kozlov | |
2016-11-29 | ipoe: assign point-to-point addresses to non-shared physical interface ↵ | Dmitry Kozlov | |
(prevents route cleaning by interface renaming) | |||
2016-11-28 | ipoe: swtich netlink context to default net | Dmitry Kozlov | |
2016-11-28 | ipoe: fixed typo (incorrect assignment) | Dmitry Kozlov | |
2016-11-28 | ipoe: bug fix | Dmitry Kozlov | |
2016-11-28 | vlan_mon: switch context to default net | Dmitry Kozlov | |