[dhcp-agent-commits] dhcp-agent/conf/dhcp-server lease.conf.example,1.6,1.7
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-28 00:32:34
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-server In directory sc8-pr-cvs1:/tmp/cvs-serv24445/conf/dhcp-server Modified Files: lease.conf.example Log Message: updated lease conf example for new server conf code Index: lease.conf.example =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-server/lease.conf.example,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lease.conf.example 26 Jul 2003 23:47:43 -0000 1.6 --- lease.conf.example 28 Jul 2003 00:32:30 -0000 1.7 *************** *** 12,16 **** --- 12,24 ---- set default-renew-percent = 75; set default-rebind-percent = 90; + + # set the signal/socket polling to 5 second intervals. + # this is reasonable for today's systems. + set poll-timeout = 5; + + # we'll assume the subnet on the interface is local + + enable assume-local-subnet-from-interface = yes; # configure a local subnet. |