aboutgitcodebugslistschat
path: root/passt.h
diff options
context:
space:
mode:
Diffstat (limited to 'passt.h')
-rw-r--r--passt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/passt.h b/passt.h
index d8b2dce..714e7e5 100644
--- a/passt.h
+++ b/passt.h
@@ -42,10 +42,10 @@ struct ctx {
unsigned char mac_guest[ETH_ALEN];
int v4;
- unsigned long addr4;
- unsigned long mask4;
- unsigned long gw4;
- unsigned long dns4;
+ uint32_t addr4;
+ uint32_t mask4;
+ uint32_t gw4;
+ uint32_t dns4;
int v6;
struct in6_addr addr6;