dhcpd: increase default pool size to 4K

This commit is contained in:
Markus 2023-12-14 11:53:48 +01:00
parent e9095ae0a3
commit e6d7a0ed9d
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
dhcpd_interfaces: br-{{ site_code }}
dhcpd_first: "{{ batman_ipv4 | ipaddr('512') | ipaddr('address') }}"
dhcpd_last: "{{ batman_ipv4 | ipaddr('2558') | ipaddr('address') }}"
dhcpd_last: "{{ batman_ipv4 | ipaddr('4606') | ipaddr('address') }}"
name_server: "{{ batman_ipv4 | ipaddr('address') }}"