Age | Commit message (Collapse) | Author |
|
|
|
iputils: fix vlan creation on big-endian platforms
|
|
fix __WORDSIZE macro on musl 32 bit platforms
|
|
ci: run tests in alpine vm
|
|
|
|
This patch allows to build accel-ppp on mips32/ppc32 openwrt (musl)
|
|
Alpine Linux uses musl libc so now accel-ppp is tested under musl
Currently, Alpine Linux doesn't provide a link to the latest stable version
so direct link to Alpine 3.20 is used
Improved musl support might be used to run on platforms like openwrt
without additional patches
|
|
ci: add build in gentoo container
|
|
tests: add pcre negative cases, improve pcre-related code test coverage
|
|
|
|
these test cases will help for pcre2 migration (issue #173)
|
|
|
|
ci: speedup virtual machines using kvm and host cpu passthrough
|
|
Revert "build: add dkms support for ipoe and vlan_mon drivers, ci optimizations"
|
|
|
|
build: add dkms support for ipoe and vlan_mon drivers, ci optimizations
|
|
Fixes the issue #124 "HTTP replay for non SSTP query" and log_debug2 in Triton lib
|
|
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
|
|
|
|
|
|
This reverts commit 635ab1b77b06a8891479a46a0e1ba88315ff3958.
|
|
2. Fixes log_debug2 in Triton lib
|
|
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
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>
|