ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/device-linux.C
(Generate patch)

Comparing gvpe/src/device-linux.C (file contents):
Revision 1.4 by pcg, Thu Oct 16 02:28:36 2003 UTC vs.
Revision 1.7 by pcg, Sat Jan 17 01:18:36 2004 UTC

1/* 1/*
2 device-linux.C -- Interaction with Linux tun/tap device 2 device-linux.C -- Interaction with Linux tun/tap device
3 Copyright (C) 2003-2004 Marc Lehmann <pcg@goof.com>
3 4
4 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or 7 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version. 8 (at your option) any later version.
42#include "gettext.h" 43#include "gettext.h"
43 44
44#include "conf.h" 45#include "conf.h"
45 46
46#if TEST_ETHEREMU 47#if TEST_ETHEREMU
48# define IF_istun
47# include "ether_emu.C" 49# include "ether_emu.C"
48#endif 50#endif
49 51
50const char * 52const char *
51tap_device::info () 53tap_device::info ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines