Skip to content

Commit

Permalink
DHCP: Add sequential_ip
Browse files Browse the repository at this point in the history
  • Loading branch information
LipkeGu committed Jan 11, 2025
1 parent b66f17d commit a5adcfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/cfg_openwrt/templates/corerouter/config/dhcp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ config dnsmasq
option expandhosts '1'
option authoritative '1'
option readethers '1'
option sequential_ip '1'
option localservice '1'
option noping '{{ dhcp_no_ping|int if dhcp_no_ping is defined else 1 }}'
option quietdhcp '1'
Expand Down
1 change: 1 addition & 0 deletions roles/cfg_openwrt/templates/gateway/config/dhcp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ config dnsmasq
option expandhosts '1'
option authoritative '1'
option readethers '1'
option sequential_ip '1'
option localservice '1'
option quietdhcp '1'
list notinterface '{{ uplink['ifname'] }}'
Expand Down

0 comments on commit a5adcfd

Please sign in to comment.