#!/bin/bash


/sbin/ifconfig -a | grep -e "Link encap:Ethernet" -A 1| awk ' \
  /eth|sngdsp/{print $1 "=" $5;}'

