[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63508] [PATCH 0/3] Use MAC-based names for network interfaces
From: |
Felix Lechner |
Subject: |
[bug#63508] [PATCH 0/3] Use MAC-based names for network interfaces |
Date: |
Sun, 14 May 2023 14:41:07 -0700 |
Hi,
This patch set proposes the use of ID_NET_NAME_MAC for standard network
interfaces. In the author's opinion, predictable names for interfaces work
better with the declarative configuration style used in Guix.
Kind regards
Felix
Felix Lechner (3):
gnu: eudev: Convert native-inputs to new style.
gnu: eudev: Convert build arguments to gexps.
gnu: eudev: Always use MAC-based names for network interfaces.
gnu/packages/linux.scm | 100 +++++++++++++++++++++--------------------
1 file changed, 51 insertions(+), 49 deletions(-)
base-commit: 263f235cd0a2955e865fe38036f84c2bf34375ff
--
2.40.1
- [bug#63508] [PATCH 0/3] Use MAC-based names for network interfaces,
Felix Lechner <=
- [bug#63508] [PATCH 1/3] gnu: eudev: Convert native-inputs to new style., Felix Lechner, 2023/05/14
- [bug#63508] [PATCH 2/3] gnu: eudev: Convert build arguments to gexps., Felix Lechner, 2023/05/14
- [bug#63508] [PATCH 3/3] gnu: eudev: Always use MAC-based names for network interfaces., Felix Lechner, 2023/05/14
- [bug#63508] [PATCH] gnu: udev: Allow EUDEV_RULES_DIRECTORY to shadow built-in rules., Liliana Marie Prikler, 2023/05/15
- [bug#63508] [PATCH v2 1/4] gnu: eudev: Convert native-inputs to new style., Felix Lechner, 2023/05/17