X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsubnet.h;h=0bf3b91cf6928a8781ce861aa3298c0275d358ca;hp=b0bc9113f9e568840264df36c6fda0402185caf1;hb=0842998c0bd46855d198923acc2c13cff7430ffe;hpb=77cb10dac0abbfa4389a7588f51797152d91ac22 diff --git a/src/subnet.h b/src/subnet.h index b0bc9113..0bf3b91c 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: subnet.h,v 1.1.2.24 2003/07/30 21:52:41 guus Exp $ + $Id: subnet.h,v 1.1.2.25 2003/10/06 14:33:04 guus Exp $ */ #ifndef __TINC_SUBNET_H__ @@ -51,7 +51,6 @@ typedef struct subnet_ipv6_t { typedef struct subnet_t { struct node_t *owner; /* the owner of this subnet */ - struct node_t *uplink; /* the uplink which we should send packets to for this subnet */ subnet_type_t type; /* subnet type (IPv4? IPv6? MAC? something even weirder?) */