SIGN IN SIGN UP

gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)

The uuid.getnode() function has multiple implementations, tested sequentially.
The ifconfig implementation was incorrect and always failed: fix it.

In practice, functions of libuuid library are preferred, if available:
uuid_generate_time_safe(), uuid_create() or uuid_generate_time().

(cherry picked from commit e3ec272f57c3948834a6159cf2604978d3db67a0)

Co-authored-by: Chaim Sanders <csanders-git@users.noreply.github.com>
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
M
Miss Islington (bot) committed
c23862fc6c3195eccc3cd71e45d7b336dc0d5d50
Parent: e07086d
Committed by GitHub <noreply@github.com> on 11/2/2022, 7:22:19 PM