summaryrefslogtreecommitdiff
path: root/src/tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tun.h')
-rw-r--r--src/tun.h1
1 files changed, 1 insertions, 0 deletions
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;