[dhcp-agent-commits] dhcp-agent/conf networking-basic.conf,1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-12-21 18:14:02
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf In directory sc8-pr-cvs1:/tmp/cvs-serv19755/conf Modified Files: networking-basic.conf Log Message: added enable do-find-best-router-icmp Index: networking-basic.conf =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/networking-basic.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** networking-basic.conf 19 Dec 2002 03:55:54 -0000 1.1 --- networking-basic.conf 21 Dec 2002 18:13:59 -0000 1.2 *************** *** 4,9 **** # We only ask for network setup parameters. # - # Thamer Alharbash <tm...@wh...> - # # This will setup dhcp to accept the following configuration --- 4,7 ---- *************** *** 59,61 **** # ! # set do-icmp-find-best-router = no; --- 57,59 ---- # ! enable do-find-best-router-icmp = yes; |