Cleanup and Bugfixes
[tpg/acess2.git] / Modules / IPStack / ipstack.h
index 526ff79..8c88dac 100644 (file)
@@ -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 {

UCC git Repository :: git.ucc.asn.au