LINUX.ORG.RU

История изменений

Исправление router, (текущая версия) :

ps auxw | grep $guestname | grep -oe 'mac=.\{17\}'

или

virsh dumpxml $guestname | grep mac.address | cut -d "'" -f 2

Исходная версия router, :

ps auxw | grep $guestname | grep -oe 'mac=.\{17\}'