diff --git a/tinc/check-node b/tinc/check-node index 85339e9..afc7f9f 100644 --- a/tinc/check-node +++ b/tinc/check-node @@ -9,6 +9,6 @@ if [ "$num_macs" = "1" ]; then mac=`ls /tmp/tinc/peer/$NODE/mac` ips=`ls /tmp/tinc/peer/$NODE/ip` - echo $ips | xargs -n 1 -I {} echo "[ARP] Adding {} to the table..." + echo $ips | xargs -n 1 -I {} echo "[ARP] Adding {} <=> $mac to the table..." echo $ips | xargs -n 1 -I {} arp -s {} $mac fi