aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/network.txt2
-rwxr-xr-xtest/network/net_arp.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/firejail/network.txt b/src/firejail/network.txt
index 673d5b941..f6df0f485 100644
--- a/src/firejail/network.txt
+++ b/src/firejail/network.txt
@@ -13,7 +13,7 @@ net_configure_bridge(br, device) {
13} 13}
14 14
15net_configure_sandbox_ip(br) { 15net_configure_sandbox_ip(br) {
16 if br->ip_snadbox 16 if br->ip_sandbox
17 check br->ipsandbox inside the bridge network 17 check br->ipsandbox inside the bridge network
18 arp_check(br->ipsandbox) // send an arp req to check if anybody else is using this address 18 arp_check(br->ipsandbox) // send an arp req to check if anybody else is using this address
19 else 19 else
diff --git a/test/network/net_arp.exp b/test/network/net_arp.exp
index f27f85814..fdd30f218 100755
--- a/test/network/net_arp.exp
+++ b/test/network/net_arp.exp
@@ -69,6 +69,6 @@ expect {
69 "sleep 20" 69 "sleep 20"
70} 70}
71 71
72# wait for snadboxes to be shutdown 72# wait for sandboxes to be shutdown
73sleep 30 73sleep 30
74puts "\n" 74puts "\n"