We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Besser wäre es über ubus-Anfragen an netifd zu lösen statt direkt die hostapd.conf zu bearbeiten.
siehe: https://wiki.openwrt.org/doc/techref/ubus
ubus list und ubus -v list $OBJECT sind an sich ganz nett, um zu schauen, was es so für Methoden gibt
ubus list
ubus -v list $OBJECT
Sauber definiertes Interface, keine Race Conditions!
auch zu beachten:
der neue VXLAN-Support von Gluon benutzt add_dynamic
The text was updated successfully, but these errors were encountered:
Es gibt kein ubus interface um wireless devices oder VIFs anzulegen.
Sorry, something went wrong.
No branches or pull requests
Besser wäre es über ubus-Anfragen an netifd zu lösen statt direkt die hostapd.conf zu bearbeiten.
siehe: https://wiki.openwrt.org/doc/techref/ubus
ubus list
undubus -v list $OBJECT
sind an sich ganz nett, um zu schauen, was es so für Methoden gibtSauber definiertes Interface, keine Race Conditions!
auch zu beachten:
The text was updated successfully, but these errors were encountered: