#! /bin/sh
DAEMON_OPTS=--daemon

# SLEEP
#   Interval of DHCP tables update
#   default: SLEEP=120
SLEEP=120

#
# NETS
#   Defines subnets, where should be DHCP served
#   e.g.: NETS="10.102.33.0/24,10.102.45.0/25,10.102.45.128/25"
NETS="10.102.79.240/28,10.102.7.192/27,10.102.7.128/27,10.102.96.192/27,10.102.80.0/25,10.102.98.96/27,10.102.98.32/27,10.102.98.0/27,10.102.5.0/27"
