diff --git a/templates/accesspoints/etc/config/network b/templates/accesspoints/etc/config/network index c889079..a81da2f 100644 --- a/templates/accesspoints/etc/config/network +++ b/templates/accesspoints/etc/config/network @@ -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'