From e7b22a000c65536c397242f9f0c6e5c2ac6a3281 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 4 Feb 2009 00:27:29 +0000 Subject: added linux support for new ifconfig usage --- src/tun.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tun.h') diff --git a/src/tun.h b/src/tun.h index fd6765b..99f41f8 100644 --- a/src/tun.h +++ b/src/tun.h @@ -47,6 +47,7 @@ struct tun_device_struct { device_type_t type_; u_int16_t mtu_; char* net_addr_; + char* net_mask_; u_int16_t prefix_length_; }; typedef struct tun_device_struct tun_device_t; -- cgit v1.2.3