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
commit58f81272530ba62d211457593a04f7827f8a1dc5 (patch)
tree31476c2b6d901bae7032eff6867c0612e1cc07e0 /census/arping_users.py
parent67331f023a364d8e256c848ea42467d2ad870e47 (diff)
parent41fb21855aaaa4ada42df3aac6cd5b0b49e633a1 (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)