mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Add support for determining MAC address on FreeBSD systems
This commit is contained in:
@@ -140,6 +140,7 @@ class SystemNodeProviderTest extends TestCase
|
||||
'windows' => ['Windows', 'ipconfig /all 2>&1'],
|
||||
'mac' => ['Darwhat', 'ifconfig 2>&1'],
|
||||
'linux' => ['Linux', 'netstat -ie 2>&1'],
|
||||
'freebsd' => ['FreeBSD', 'netstat -i -f link 2>&1'],
|
||||
'anything_else' => ['someotherxyz', 'netstat -ie 2>&1']
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user