[joker] remove 192.168 net

This commit is contained in:
Ryabin Sergey 2013-10-28 15:49:39 +04:00
parent 557c576376
commit 457b771250

View File

@ -163,7 +163,7 @@ class Node():
(data, _) = self.runCommand(
"ip link | awk -F: '/^[0-9]+?: eth/ {print $2}' |\
sudo xargs -I% arp-scan -l -I % 2>&1 | grep -E '^[0-9]+?\.' | grep 192.168")
sudo xargs -I% arp-scan -l -I % 2>&1 | grep -E '^[0-9]+?\.'")
for line in data:
(ip, hwAddr, _) = line.strip().split("\t")