#! /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.244.16/28,10.102.244.32/27,10.102.244.64/27,10.102.244.96/28,10.102.244.112/28,10.102.244.128/27,10.102.244.160/28,10.102.244.192/27"
