-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default iw package missing 'set plink_action' #726
Comments
What's "here"? |
Sorry about that, forgot to add the actual link |
Excluding node from the mesh seems to be an uncommon / unwated intention / border-case, as also mentioned by the Gluon-guys. So changing the package-list will not be done in 1st place. |
Ok, that's actually surprising for me. I thought meshing via LAN is common. Now, if two routers see each over the air shouldn't they stop meshing over wifi to save airtime? |
root@router:~# opkg install iw-full
Edit: Ok, it's possible to force remove iw and install iw-full, this changes the necessity of including it in default. |
As far as I remember we considered this in Gluon, but the plink_action is not persisted across reconnects of mesh links.
|
I did it that way |
@mweinelt Any idea if hostapd is working on this? @nickbash11 your package makes it quite nice to use this function, even the bash script might not be the most ressource effective solution. I see some use for it and this package might provide a solution for the scenario mentioned by @goofus in comment #726 (comment). |
@SvenRoederer I use it to prevent uninvited guests and any pests, because authsae decreases common speed of mesh network as I wrote in this post. It looks like an incompatibility with ath9k (HT40 mode) I think. |
Not to my knowledge. |
@goofus u can use my fork https://github.com/Freifunk-Spalter/packages and build your own freifunk image with full iw package using openwrt image builder. |
By theory when meshing over LAN and meshing over WiFi, the Routing-daemon should prefer the wired link. That's what I would expect. So on the wireless link there should only be "hello" traffic, which should not have a huge impact. But in case the LAN-link fails, the Wifi-link should jump in quite quickly. @PolynomialDivision not sure how your mixup-feed will help with the initial issue of @goofus . I suggest to have a freifunk-berlin image with iw-full embedded to:
This should build an image with with iw-full in just some minutes. Alternatively you can just modify a .package file and recompile all yourself. |
It is more a tidied-up feed. ;) That is exactly the usecase why I forked, since I wanted to build my own images with imagebuilder and easily add packages, compile stuff, or install things with opkg. |
As you talk on authsae: have a look at freifunk-gluon/gluon#1636 (comment) which references that authsae was dropped upstream, as it was not working well. |
Anyway, devices with ath9k do not work properly with SAE. |
Not sure if we should capture this issue to discuss on SAE, esp for ath9k. @goofus Not sure if my suggestion in #726 (comment) will fit your needs and I don't see a great interest in switching to iw-full. But feel free to open a PR, I don't see a reason for vetoing. |
To ignore a 802.11s mesh point as described here, the 'set plink_action' setting has to be available in 'iw'. However, the default version doesn't support that: iw.txt
Please include the 'iw-full' package as the default.
iw-full.txt
The text was updated successfully, but these errors were encountered: