diff options
author | root <root@krebs> | 2011-05-24 22:27:31 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-24 22:27:31 +0200 |
commit | 843b62b3ea1923eeb50d73a2bc260800ebec6213 (patch) | |
tree | 0fb8a7078c6df1b177f205acb0b172f2f4b0be23 /modules/people/src/arping.py | |
parent | b3d53f4d088b8abacd95541283ce9229012e736b (diff) |
fixed arping
Diffstat (limited to 'modules/people/src/arping.py')
-rwxr-xr-x | modules/people/src/arping.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [] |