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
Describe the bug A clear and concise description of the bug or unexpected behavior.
Steps To Reproduce Steps to reproduce the behavior:
{ "interfaces": [ { "type": "bridge", "stp": false, "bridge_members": [ "cpwlan0", "cpwlan1" ], "name": "br-wifi", "network": "wifi" }, { "wireless": { "network": [ "wifi" ], "mode": "access_point", "radio": "radio0", "ssid": "SSID HERE", "encryption": { "protocol": "none" }, "wmm": true, "isolate": true, "macfilter": "disable", "maclist": [] }, "type": "wireless", "name": "cpwlan0" }, { "wireless": { "network": [ "wifi" ], "mode": "access_point", "radio": "radio1", "ssid": "SSID HERE", "encryption": { "protocol": "none" }, "wmm": true, "isolate": true, "macfilter": "disable", "maclist": [] }, "type": "wireless", "name": "cpwlan1" }, { "type": "8021q", "name": "br-wifi", "disabled": false, "vid": 200, "ingress_qos_mapping": [], "egress_qos_mapping": [] } ] }
Result: they're not the same, the device conf is missing the br-wifi part.
Expected behavior The resulting configuration is the same.
System Informatioon:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of the bug or unexpected behavior.
Steps To Reproduce
Steps to reproduce the behavior:
Result: they're not the same, the device conf is missing the br-wifi part.
Expected behavior
The resulting configuration is the same.
System Informatioon:
The text was updated successfully, but these errors were encountered: