Skip to content

feat: match network interfaces by their altnames - #4326

Merged
Alexays merged 2 commits into
Alexays:masterfrom
notpeelz:feat-network-match-altnames
Aug 8, 2025
Merged

feat: match network interfaces by their altnames#4326
Alexays merged 2 commits into
Alexays:masterfrom
notpeelz:feat-network-match-altnames

Conversation

@notpeelz

Copy link
Copy Markdown
Contributor

This change allows matching interfaces by their altnames, e.g.

$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group 50 qlen 1000
    link/ether a8:5e:45:b5:ed:44 brd ff:ff:ff:ff:ff:ff
    altname enxa85e45b5ed44
{
  "network": {
    "interface": "enxa85e45b5ed44",
    // ...
  },
}

@notpeelz
notpeelz force-pushed the feat-network-match-altnames branch from 6254fd1 to 4c72033 Compare July 29, 2025 11:55
@Alexays
Alexays merged commit 7cfa708 into Alexays:master Aug 8, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants