lemoer

Results 25 issues of 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...

enhancement

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. -...

3. topic: package
3. topic: config-mode

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...

3. topic: package
3. topic: batman-adv
3. topic: respondd

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...

3. topic: package

*(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...

0. type: enhancement
9. meta: upstream issue

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...

3. topic: package
2. status: waiting-on-author

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...