accesspoints: fix default dns and gateway

forgot to quote the ips

Fixes: bf1c7bd3ab
master
Gregor Michels 2022-12-23 16:06:15 +01:00
parent 51a8de4299
commit 0db1eb2c6a
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ config interface 'mgmt'
option proto 'static'
option ipaddr '{{ ip }}'
option netmask '255.255.255.0'
option gateway '{{ mgmt_gateway | default(10.84.1.1) }}'
list dns '{{ mgmt_gateway | default(10.84.1.1) }}'
option gateway '{{ mgmt_gateway | default('10.84.1.1') }}'
list dns '{{ mgmt_gateway | default('10.84.1.1') }}'
config interface 'clients'
option type 'bridge'