[dhcp-agent-commits] dhcp-agent/conf default.conf,1.3,1.4
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-06-28 17:50:09
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf In directory sc8-pr-cvs1:/tmp/cvs-serv30890/conf Modified Files: default.conf Log Message: lack of required directive now means we accept everything Index: default.conf =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/default.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** default.conf 27 Jun 2003 03:18:45 -0000 1.3 --- default.conf 28 Jun 2003 17:50:06 -0000 1.4 *************** *** 22,33 **** domain-name-servers, domain-name, interface-mtu, routers; - # The require directive makes us ignore servers which do not return - # all the options we ask for. Uncomment this to accept as - # much as we get. - # - - require subnet-mask, ip-address-lease-time, renewal-time, rebinding-time, - domain-name-servers, domain-name; - # Additional variable settings. # --- 22,25 ---- |