Add all the network flags.
[util-vserver.git] / lib / vserver.h
index e0ca826..ff7245a 100644 (file)
 #define VC_NXF_INFO_PRIVATE            0x00000008ull
 
 #define VC_NXF_SINGLE_IP               0x00000100ull
+#define VC_NXF_LBACK_REMAP             0x00000200ull
 
 #define VC_NXF_HIDE_NETIF              0x02000000ull
+#define VC_NXF_HIDE_LBACK              0x04000000ull
 
 #define VC_NXF_STATE_SETUP             (1ULL<<32)
 #define VC_NXF_STATE_ADMIN             (1ULL<<34)