From 843b62b3ea1923eeb50d73a2bc260800ebec6213 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 May 2011 22:27:31 +0200 Subject: fixed arping --- modules/people/src/arping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/people/src/arping.py') diff --git a/modules/people/src/arping.py b/modules/people/src/arping.py index eea176e0..1b51ab1b 100755 --- a/modules/people/src/arping.py +++ b/modules/people/src/arping.py @@ -14,7 +14,7 @@ try: log.debug("pinging "+ str(iprange)) """Arping function takes IP Address or Network, returns nested mac/ip list""" try: - conf.verb=1 + conf.verb=0 ans,unans=arping(iprange,iface=iface,timeout=1,retry=3) collection = [] -- cgit v1.2.3