dhcp: cleanup/unify whitespace usage

This commit is contained in:
Markus 2020-11-05 18:54:26 +01:00
parent ae6b1bc58a
commit 56e026ba14

View File

@ -2,7 +2,7 @@
# option definitions common to all supported networks... # option definitions common to all supported networks...
option domain-name "{{ site_domain }}"; option domain-name "{{ site_domain }}";
option domain-name-servers {{nextnode4}}, {{ name_server }}; option domain-name-servers {{ nextnode4 }}, {{ name_server }};
local-address {{ batman_ipv4 | ipaddr('address') }}; local-address {{ batman_ipv4 | ipaddr('address') }};