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
Trying to add a vlan device:
- name: configure vlan 100 uci: command: section config: network type: device find_by: name: wan.100 values: name: wan.100 type: 8021q ifname: wan vid: '100'
But on the owrt i see unconfigured network with only a name:
config device option name 'wan.100'
OpenWRT version: 23.05.4 ansible version: 2.17.3
The text was updated successfully, but these errors were encountered:
Found a workaround:
- name: create device wan_100 uci: command: add config: network type: device section: wan_100 - name: configure wan_100 device uci: command: set config: network type: device section: wan_100 value: name: wan.100 type: 8021q ifname: wan vid: '100'
Sorry, something went wrong.
No branches or pull requests
Trying to add a vlan device:
But on the owrt i see unconfigured network with only a name:
OpenWRT version: 23.05.4
ansible version: 2.17.3
The text was updated successfully, but these errors were encountered: