#!/bin/bash


/sbin/ifconfig -a | grep -e "Link encap:Ethernet" -A 1| awk ' \
  /eth[0-9]+[^\.:]|sngdsp[0-9]+[^\.:]/{print $1 "=" $5;}'

