Skip to content

add pool ranges

ncharriere requested to merge dhcp-add-pool-ranges into master

Adding pool.ranges in order to be able to add multiple subnet ranges

For multiple subnet ranges, they can be specified, thus:

ranges:

  • { begin: 192.168.222.50, end: 192.168.222.99 }
  • { begin: 192.168.222.110, end: 192.168.222.127 }
Edited by ncharriere

Merge request reports