summaryrefslogtreecommitdiff
path: root/ethcansend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethcansend.py')
-rw-r--r--ethcansend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethcansend.py b/ethcansend.py
index 9aaaebd..7f0e667 100644
--- a/ethcansend.py
+++ b/ethcansend.py
@@ -48,7 +48,7 @@ data += dgst.digest()
data = pack('>6s6sH3sH', dst, src, proto, oui, subp) + data
-s.sendto(data, ('bond0.4', 0))
+s.sendto(data, ('eth0', 0))
#sleep(0.1)
#s.sendto(data, ('bond0.4', 0))
#sleep(0.1)