Comment 2 for bug 1933402

Revision history for this message
dann frazier (dannf) wrote :

I happened to be on a system displaying this issue, so here ya go:

$ ip address show dev eno1v0 | grep --binary-file=text altname
    altname P�
              ���
    altname enp125s0f0v0
$ ip address show dev eno1v0 | grep --binary-file=text altname | hexdump -C
00000000 20 20 20 20 61 6c 74 6e 61 6d 65 20 50 89 0b f6 | altname P...|
00000010 aa aa 0a 20 20 20 20 61 6c 74 6e 61 6d 65 20 65 |... altname e|
00000020 6e 70 31 32 35 73 30 66 30 76 30 0a |np125s0f0v0.|
0000002c

Sorry, I haven't had time to try and look for a pattern there myself.

$ cat /proc/version
Linux version 5.8.0-59-generic (buildd@bos02-arm64-044) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #66~20.04.1-Ubuntu SMP Thu Jun 17 11:13:01 UTC 2021

Also tried latest iproute2-next branch (@3e26254) just in case it is a userspace issue (unlikely given Christian's "good" example), and verified it is still an issue.