Skip to content

Commit

Permalink
model: add requires_mac_override setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Aug 17, 2024
1 parent fb136a3 commit 2e0b025
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions group_vars/model_dlink_covr_x1860_a1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ dsa_ports:
- internet
- ethernet

requires_mac_override: true

wireless_devices:
- name: 11a_standard
band: 5g
Expand Down
2 changes: 2 additions & 0 deletions group_vars/model_mikrotik_sxtsq_5_ac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ model__packages__to_merge:
dsa_ports:
- lan

requires_mac_override: true

wireless_devices:
- name: 11a_standard
band: 5g
Expand Down
2 changes: 2 additions & 0 deletions group_vars/model_netgear_wax202.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dsa_ports:
- lan2
- lan3

requires_mac_override: true

wireless_devices:
- name: 11a_standard
band: 5g
Expand Down
2 changes: 2 additions & 0 deletions group_vars/model_netgear_wax220.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ brand_nice: NETGEAR
model_nice: WAX220
int_port: eth0

requires_mac_override: true

wireless_devices:
- name: 11a_standard
band: 5g
Expand Down

0 comments on commit 2e0b025

Please sign in to comment.