#!/bin/sh

/sbin/ip -o a l|
	sed -nre 's|^[0-9]+: ([^:]+): [^/]* link/ether ([a-f0-9:]+).*|\1 \2|p'
