Harald Gutmann wrote:
Just for my personal interest, could someone explain me what actually is called romstrap?
It's a horrible name for permanent settings that are stored in the boot flash.
Is there any fast method to read the onboards NIC mac address "faster"?
ip l sh eth0|grep link/ether|awk '{print $2}'
//Peter