[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jul 8 11:24:40 CDT 2011


branch "review" has been updated
       via  8c02714f3c5bc0c08927166833e693e426a256ca (commit)
      from  0049a8bf8c3f460c83ed68fda4ad98e0df4ad46c (commit)

Summary of changes:
 remote.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 8c02714f3c5bc0c08927166833e693e426a256ca
Author: Darren Sessions <dsessions at digium.com>
Date:   Fri Jul 8 11:24:36 2011 -0500

    updated the remote script to return the mac address of the host machine it is running on for use with send_arp.

diff --git a/remote.py b/remote.py
index 6b28d95..159d941 100755
--- a/remote.py
+++ b/remote.py
@@ -299,7 +299,7 @@ class RemoteManagement(object):
         return results
    
     def getHostInfo(self):
-        return (ipv4addr, ipv6addr, plat, arch, iface)
+        return (ipv4addr, ipv6addr, plat, arch, iface, macaddr)
 
     def reset(self):
         return 1

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list