-
Notifications
You must be signed in to change notification settings - Fork 73
wifi-mesh-macfilter: Setting plink_action, when 802.11s mesh-interface comes up #118
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
base: main
Are you sure you want to change the base?
Conversation
…mesh-interface comes up
dcabeb7
to
c25b845
Compare
ar71xx-generic is working |
Does not work as desired. |
did you have any idea how to solve this in the meantime? |
The plink_action is stored in the station entry¹, so if the station goes missing in its entirety so does the plink_action. For this package to work we'd currently need a userspace application managing the blocklist and tracking station events via nl80211. [1] https://elixir.bootlin.com/linux/v5.0-rc3/source/include/net/cfg80211.h#L981 |
I'd like to see support for this in hostapd... |
An approach which does this using a cronjob and a user-defined list of ignored nodes can be found here: |
Has anyone checked if the hostapd config options |
wifi-iface UCI option Edit: ... which are exactly the fields this package tried to use. I'll have to check if there is work left to do. |
Fixes: freifunk-gluon/gluon#421