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 Creating VLAN 802.1q field with a blank interface will generating an invalid configuration.
Steps To Reproduce
Try generating OpenWrt configuration using the following NetJSON
{ "type": "8021q", "name": "br-wifi", "network": "", "disabled": false, "vid": 200, "ingress_qos_mapping": [], "egress_qos_mapping": [] }
Generated Configuration
config device 'device_' option ifname 'br-wifi' option name 'br-wifi.200' option type '8021q' option vid '200' config interface '' option device 'br-wifi.200' option enabled '1' option proto 'none'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Creating VLAN 802.1q field with a blank interface will generating an invalid configuration.
Steps To Reproduce
Try generating OpenWrt configuration using the following NetJSON
Generated Configuration
The text was updated successfully, but these errors were encountered: