Ajout de multiprise aux switchs interroger pour localiser les mac.
darcs-hash:20070223222141-68412-4eb1ddeb1b195b08397b28bc0a5d1f2ef2a23554.gz
This commit is contained in:
parent
ce7a4cc4c7
commit
fcac73780a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def info_machine(mac):
|
|||
def trace_machine(mac):
|
||||
tableau = []
|
||||
|
||||
for switch in ['backbone'] + all_switchs():
|
||||
for switch in ['backbone','multiprise'] + all_switchs():
|
||||
tableau.append(interroge_switch(switch, mac))
|
||||
|
||||
for t in tableau:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue