From 18e08a2c0a00f07483985675548daac5c1001bc2 Mon Sep 17 00:00:00 2001 Message-Id: <18e08a2c0a00f07483985675548daac5c1001bc2.1715528414.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 6 Apr 2003 10:31:25 +0000 Subject: [PATCH] Fix description. Organization: Straylight/Edgeware From: mdw --- acconfig.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/acconfig.h b/acconfig.h index 23997ec8..44f27d81 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.1 2001/02/04 01:17:54 mdw Exp $ + * $Id: acconfig.h,v 1.2 2003/04/06 10:31:25 mdw Exp $ * * Configuration header for TrIPE * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * Revision 1.2 2003/04/06 10:31:25 mdw + * Fix description. + * * Revision 1.1 2001/02/04 01:17:54 mdw * Create a configuration header file to tidy up command lines. * @@ -55,9 +58,11 @@ #undef NTRACE /* Define according to the type of tunneling interface appropriate for your - * system. Linux types should use `TUN_UNET' and build the `usernet' - * module. BSD types should use `TUN_BSD' to use the built-in `tun' - * devices. */ + * system. Linux types should say `TUN_LINUX' for the TUN/TAP driver if + * using kernel 2.4.0 or later, or say `TUN_UNET' for 2.2-series kernels and + * build the `usernet' module. BSD types should say `TUN_BSD' to use the + * built-in `tun' devices. + */ #undef TUN_TYPE @BOTTOM@ -- [mdw]