Age | Commit message (Collapse) | Author |
|
github now allows kvm and cpu passthrough, enable it to speedup ci
|
|
Fix issue #131, pptp doesnt work without connlimit
|
|
Fix issue https://github.com/accel-ppp/accel-ppp/issues/131
Proposed by https://github.com/kugel-
Author: Thomas Martitz <kugel@rockbox.org>
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
|
ci: remove debian10 support
|
|
Debian10 LTS is EoL (ref: https://wiki.debian.org/LTS) so it is removed
from CI.
Debian10 ELTS is maintained by third-party organization, only some packages
are maintained so there is no reason to support Debian10 in CI
|
|
shaper: fix tbf leaf-qdisc
|
|
bad commit: bc85fe18e6066814d95d1bdc1a3dfe8cc8f9786f
Reported-By: StasN77 <stasn77@gmail.com>
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
shaper: add leaf-qdisc support for tbf rate-limiter
|
|
ci: use ubuntu 24.04 as default runner in github
|
|
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
ipv6_dhcp: Add RFC6334 AFTR-Name option support
|
|
|
|
snmp: fix compatibility with net-snmp 5.9.4+ (issue #136)
|
|
related net-snmp change: https://github.com/net-snmp/net-snmp/commit/a2cb167514ac0c7e1b04e8f151e0b015501362e0
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
clsact + fwmark
|
|
|
|
CMakeLists.txt: gentoo fix for __free_fn_t detection
|
|
On Gentoo __free_fn_t wont be detected properly without
this include.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
Reported-by: Stanislav <stasn77@gmail.com>
Author: Stanislav <stasn77@gmail.com>
|
|
shaper: add clsact policer support
|
|
log_tcp: Fix small memory leak
|
|
musl: Add musl compatibility
|
|
ci: remove unnecessary gcovr python package where it's not required
|
|
This patch fixes debian10 build
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
Discovered using clang sanitizers.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
|
Use the following configuration to enable clsact up and down limiters:
[shaper]
up-limiter=police
down-limiter=clsact
It is also recommended to set down-burst-factor=1.0
How to check current configuration in Linux:
tc qdisc show dev ppp0
tc filter show dev ppp0 egress
tc filter show dev ppp0 ingress
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
As we fixed musl compatibility, we can add also basic check
if accel keep working in Alpine Linux
Also update default config, enable connlimit and place it
before pptp, otherwise Alpine generate error:
```
[2024-04-09 22:30:09.911]loader: failed to load 'pptp': Error relocating /usr/local/lib64/accel-ppp/libpptp.so: connlimit_check: symbol not found
```
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
|
Thanks for hints Alpine Linux project and their patches:
https://git.alpinelinux.org/aports/tree/community/accel-ppp?h=master
We can adjust a bit code and cmake config files to make accel-ppp
buildable under musl "as is".
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
|
ipoe,vlan_mon: print module version generated from CMake
|
|
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
|
cmake: Fix release version
|
|
We need to set certain fields before release.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
|
ci: fix pytest issue on Debian 10
|
|
Add safeguards to parse_gw_ip_address helper functions
|
|
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
In case of invalid configuration we might get stack overflow
with unexpected consequences.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
|
|
ippool: use gw-ip-address for ppp even if mask setted
|
|
|
|
ci: add ubuntu 24.04 support, disable mainline kernel build
|
|
third-party mainline ubuntu kernel package is broken so disable it
|
|
ipoe: check localnet only for start=UP (unclassified packets) sessions
|
|
ipoe: Add per-interface check-mac-change option
|
|
|
|
|
|
Adding support to Radius IPV6 address
|
|
vlan_mon: ipoe: pppoe: Add disable vlan timeout feature
|
|
Co-authored-by: Peter Adam <p.adam@cygnusnetworks.de>
|
|
This change enables ipv6 connections between accel-ppp and radius server
|
|
ci: build for mainline kernel, use explicit name for debian13 instead of sid
|
|
|