summaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/firejail.h')
-rw-r--r--src/firejail/firejail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index f554c8ddf..7a711cef3 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -166,6 +166,7 @@ typedef struct bridge_t {
166 // inside the sandbox 166 // inside the sandbox
167 char *devsandbox; // name of the device inside the sandbox 167 char *devsandbox; // name of the device inside the sandbox
168 uint32_t ipsandbox; // ip address inside the sandbox 168 uint32_t ipsandbox; // ip address inside the sandbox
169 uint32_t masksandbox; // network mask inside the sandbox
169 char *ip6sandbox; // ipv6 address inside the sandbox 170 char *ip6sandbox; // ipv6 address inside the sandbox
170 uint8_t macsandbox[6]; // mac address inside the sandbox 171 uint8_t macsandbox[6]; // mac address inside the sandbox
171 uint32_t iprange_start;// iprange arp scan start range 172 uint32_t iprange_start;// iprange arp scan start range