Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv7985
Modified Files:
dhcp-sysconf.c
Log Message:
We check router ICMP RTT's now.
Index: dhcp-sysconf.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-sysconf.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** dhcp-sysconf.c 6 Jun 2002 23:59:00 -0000 1.14
--- dhcp-sysconf.c 12 Jun 2002 01:47:09 -0000 1.15
***************
*** 110,118 ****
int *latency;
- /* FIXME: insert ICMP ping checks so we can find
- * the best router and use it.
- * For now get the first and use it (precedence).
- */
-
memset(&r_entry.route_dst, 0, sizeof(r_entry.route_dst));
memset(&r_entry.route_gw, 0, sizeof(r_entry.route_gw));
--- 110,113 ----
|