--- gvpe/src/device-cygwin.C 2005/03/03 16:54:34 1.9 +++ gvpe/src/device-cygwin.C 2005/04/26 00:55:56 1.11 @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with gvpe; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ // unfortunately, there is be no way to set MAC addresses under windows, @@ -124,6 +124,12 @@ return _("cygwin cipe/openvpn tap device"); } +const char * +tap_device::if_up () +{ + return ""; +} + tap_device::tap_device () { HKEY key, key2;