lemoer
lemoer
(Originally raised in https://github.com/freifunk-gluon/gluon/issues/2019) Currently fastd needs one syscall to obtain/deliver a every packet from/to the kernel. The idea is to avoid this by obtaining and delivering multiple packages per...
First steps towards https://github.com/freifunk-gluon/gluon/issues/2393. Next steps: - [x] Allow creation of vlan interfaces. - [x] Allow deletion of vlan interfaces. - [ ] Allow expanding /lan, /wan, /single interfaces. -...
This commit adds counters about the number of imported and selected routes for each neighbour. The following stanza "routes": { "imported": 171, "selected": 120 }, means, that 171 routes have...
This PR enables (migration-safe) role assignment for individual "lan" and "wan" interfaces. This is helpful especially on devices with multiple "lan" or "wan" interfaces (as they appear for devices with...
*(At the 2022-01 Gluon meeting it was decided to open this issue)*. With #2372 gluon will officially start supporting the assignment of *roles* to network interfaces. This means that there...
During implementation of https://github.com/freifunk-gluon/gluon/pull/2480, I stumbled across some difficulties regarding the sysconfig references (`/`) in interface definitions in /etc/config/gluon. ### Problem Suppose this is a snippet in /etc/config/gluon: ``` config...
We just found in the Gluon meeting 2022-02 that there are two different things named identically: - There is an OpenWrt target called "tiny". (actually ath79-tiny) - And there is...
I did this already about a year ago, but not to forget this, I will document it here. Currently fastd needs one syscall per packet to obtain/deliver a single packet...
This is my suggestion to support a REST API for the config-mode. It basically works like this: - A single JSON object called *"config"* is exposed via http. - Packages...
Hi all, in the last days I have been working on a concept to improve the config generation of Gluon. Please give me some feedback on this concept. Since this...