diff options
author | exploide <me@exploide.net> | 2022-08-10 17:35:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-08-11 09:59:15 +0200 |
commit | e8d0eb3915ac33cc0d3da87a836cee6e61645227 (patch) | |
tree | 81a9d081b1aef456966c82a4d0613f18b6037045 /tools/get-coverity.sh | |
parent | oomd: notify via dbus what have been killed (diff) | |
download | systemd-e8d0eb3915ac33cc0d3da87a836cee6e61645227.tar.xz systemd-e8d0eb3915ac33cc0d3da87a836cee6e61645227.zip |
resolvctl: only remove protocol after last dot when mangling ifname for resolvconf
ifname_resolvconf_mangle is supposed to remove protocol suffixes like .dhcp
from interface names. But this removed also valid parts of the ifname like
VLAN IDs, e.g. enp2s0u4.72.dhcp -> enp2s0u4 instead of enp2s0u4.72
After this change, everything behind the last dot is removed instead of the first.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions