diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-04 00:27:29 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-04 00:27:29 +0000 |
commit | e7b22a000c65536c397242f9f0c6e5c2ac6a3281 (patch) | |
tree | 0e57e04cbce806df48b00cf6f76de5c921918e9b /src/tun.h | |
parent | fixed build on bsd (do_ifconfig not working yet) (diff) |
added linux support for new ifconfig usage
Diffstat (limited to 'src/tun.h')
-rw-r--r-- | src/tun.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |