[dhcp-agent-commits] dhcp-agent/conf default.conf,1.2,1.3
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-06-27 03:19:00
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf In directory sc8-pr-cvs1:/tmp/cvs-serv7385/conf Modified Files: default.conf Log Message: arp timeout threshold slightly higher by default Index: default.conf =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/default.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** default.conf 8 Jun 2003 22:16:10 -0000 1.2 --- default.conf 27 Jun 2003 03:18:45 -0000 1.3 *************** *** 50,52 **** set arp-retries = 1; ! set arp-timeout-threshold = 1; --- 50,52 ---- set arp-retries = 1; ! set arp-timeout-threshold = 10; |