T-X

Results 129 comments of T-X

@CodeFetch: > Performance-wise the NAT46 module might be heavy as it processes each skb directly instead of using a separate worker which is correct in general Is there an accidental...

The Linux kernel and Babel got support for routing IPv4 packets via IPv6 routes: * https://alioth-lists.debian.net/pipermail/babel-users/2022-March/003895.html * https://www.rfc-editor.org/rfc/rfc9229.html Which sounds like a neat idea and overall a lot simpler than...

Looks nice! I'm wondering if there should be some warning + explanation from the UI if the user selects uplink + mesh on an interface. I assume that users are...

@lemoer it'll influence the WiFi experience when someone uses a standard home router on the uplink side which also has WiFi enabled. Which I guess is a typical scenario? If...

These were the steps I used with Lutris, which worked great for me on a Thinkpad T14s AMD Gen3 with its Radeon 680M iGPU: ``` Install via the script from...

Changelog v7: * added batadv_legacy_packet.h and batadv_packet.h to Makefile.in's HDR variable, to fix "make releasecheck" and "make releasetar" @fxlb I've added it to HDR and not PUBHDR. I don't think...

Is there anything else I can do to progress this or to motivate for its adoption? batman-adv is a quite popular mesh routing protocol in various non-profit wireless community networks....

Changelog v10: * rebased to current master (no changes/conflicts) * updated bpfcountd package to the version that was merged upstream (https://github.com/openwrt/packages/pull/19975 + https://github.com/openwrt/packages/pull/20027): * added licenses (MIT) * added PKG_MIRROR_HASH...

Changelog v11: * fix gluon-statistics-mcast socket symlink in setup script (regression introduced in v10) * explicitly use /bin/ash in gluon-statistics-mcast setup and teardown scripts to make linter happy about string...

Changelog v12: * workaround for linter did not work, so reverting back to `#!/bin/sh` and instead adding a new commit with an exception to silence linter