[dhcp-agent-commits] dhcp-agent/conf networking-basic.conf,1.2,1.3
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-01-03 21:29:46
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf In directory sc8-pr-cvs1:/tmp/cvs-serv31688/conf Modified Files: networking-basic.conf Log Message: modified config directives a bit Index: networking-basic.conf =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/networking-basic.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** networking-basic.conf 21 Dec 2002 18:13:59 -0000 1.2 --- networking-basic.conf 3 Jan 2003 21:29:44 -0000 1.3 *************** *** 4,8 **** # We only ask for network setup parameters. # ! # # This will setup dhcp to accept the following configuration # parameters from any dhcp server: --- 4,9 ---- # We only ask for network setup parameters. # ! # Thamer Alharbash <tm...@wh...> ! # This will setup dhcp to accept the following configuration # parameters from any dhcp server: *************** *** 12,16 **** # # It will require all of the above. Otherwise uncomment below to be ! # more flexible # --- 13,17 ---- # # It will require all of the above. Otherwise uncomment below to be ! # more flexible # *************** *** 39,49 **** # give us one. ! set interface-mtu = 1500; # ! # DHCP -- try up to three times before giving up. # ! set dhcp-retries = 3; # --- 40,50 ---- # give us one. ! set default-interface-mtu = 1500; # ! # DHCP -- try to discover/request three times before giving up. # ! set dhcp-discovery-retries = 3; # *************** *** 57,59 **** # ! enable do-find-best-router-icmp = yes; --- 58,60 ---- # ! enable do-measure-router-latency = no; |