X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2Fipstack.h;h=8c88dacad74328e4e814ddccf6e95424645a3a49;hb=47e9dfd89189fc6b150bd6b20229cb047c7e0858;hp=526ff79c92969e501855a02b69854f2390b0612d;hpb=04b368645c34cc3853fc13f93e33ac7878be8479;p=tpg%2Facess2.git diff --git a/Modules/IPStack/ipstack.h b/Modules/IPStack/ipstack.h index 526ff79c..8c88daca 100644 --- a/Modules/IPStack/ipstack.h +++ b/Modules/IPStack/ipstack.h @@ -34,11 +34,11 @@ struct sInterface { struct sInterface *Next; tVFS_Node Node; tAdapter *Adapter; - int Type; // 4 for IPv4 and 6 for IPv6 + int Type; // 0 for disabled, 4 for IPv4 and 6 for IPv6 union { struct { tIPv6 Address; - int SubnetBits; + int SubnetBits; //Should this be outside the union? } IP6; struct {