Update of /cvsroot/dhcp-agent/dhcp-agent/src
In directory sc8-pr-cvs1:/tmp/cvs-serv21062/src
Modified Files:
dhcp-client-defaults.h
Log Message:
fix to client-defaults on mtu
Index: dhcp-client-defaults.h
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-client-defaults.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** dhcp-client-defaults.h 23 Jun 2003 06:04:33 -0000 1.6
--- dhcp-client-defaults.h 6 Jul 2003 05:35:33 -0000 1.7
***************
*** 70,74 ****
* only change this if you know what you're doing. */
! #define CLIENT_DEFAULT_SNAPLEN DEFAULT_MTU
/* Default hostname: defaults to none (NULL) */
--- 70,74 ----
* only change this if you know what you're doing. */
! #define CLIENT_DEFAULT_SNAPLEN CLIENT_DEFAULT_MTU
/* Default hostname: defaults to none (NULL) */
|