summaryrefslogtreecommitdiffstats
path: root/census/arping_users.py
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-06 01:56:55 +0200
committermakefu <github@syntax-fehler.de>2011-08-06 01:56:55 +0200
commit86b0d10fe8dcd47e2c9f5987e0ab4285f00441a5 (patch)
tree713abf2af21808680c7e1d43bf96fbb8ff5b20cb /census/arping_users.py
parent1a3e702fe07968a884462cfae82fb0bfce9123c6 (diff)
parent372a67aef910af66ce65ce79f25e50a5f0cc8807 (diff)
emergency merge
Diffstat (limited to 'census/arping_users.py')
-rwxr-xr-xcensus/arping_users.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/census/arping_users.py b/census/arping_users.py
index 5866c517..f0df4924 100755
--- a/census/arping_users.py
+++ b/census/arping_users.py
@@ -46,9 +46,9 @@ def main():
def arping_helper(dic):
return arpingy(**dic)
- for first in range(1,3):
- for second in range(255):
- data.append({'iprange':'10.42.'+str(first)+'.'+str(second),'iface':DEV})
+for first in range(1,4):
+ for second in range(256):
+ data.append({'iprange':'10.42.'+str(first)+'.'+str(second),'iface':DEV})
try:
p = Pool(20)