Denys Fedoryshchenko
Denys Fedoryshchenko
This patch partially depends on: https://github.com/espressif/esp32-arduino-lib-builder/pull/67 Without this patch we will get only Link local IPv6 (still useful for MDNS and etc). With patch we will get also global IPv6...
### Related area tcp/ip stack ### Hardware specification any ### Is your feature request related to a problem? IPv6 support for IoT ### Describe the solution you'd like I want...
Fixes small typo that cause lot of confusion for users using CMSIS. Signed-off-by: Denys Fedoryshchenko
If config dont have connlimit enabled, and enabled BEFORE pptp in modules, it will generate following 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...
At current moment we have a bit confusing and poorly documented logic how Calling-Station-Id and Called-Station-Id is set. For example: conf_called_sid=mac ifname-in-sid=both contradict with each other, and as result logic...
It seems real probe generates slightly different ASPATH, as result tests are failing: ``` ============================================================================================= short test summary info ============================================================================================= FAILED tests/renderers/test_traceroute_aspath.py::TestTracerouteASPathRenderer::test_arg_radius - AssertionError: Lists differ: ['Pro[33 chars]4637 AS207021, completed',...
As i spotted repository have only gitlab-ci tests, it will be handy for contributors to have also github tests.
In IRSenderESP32::mark we do setup PWM then send modulated carrier for specified time, then switch off back to GPIO mode. In old code switch off done using gpio_reset_pin() which doesn't...
### Discussed in https://github.com/orgs/accel-ppp/discussions/165 Originally posted by **marekm72** July 3, 2024 Inspired by the analysis of the RegreSSHion vulnerability, I've just looked at signal handlers in accel-pppd. If logging to...
This tests failing now with following message: ``` This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101 ```