]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-network/systemd-networkd-tests.py
udev/net: do not manage loopback interfaces 19701/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 23 May 2021 07:59:40 +0000 (16:59 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 23 May 2021 13:58:47 +0000 (22:58 +0900)
commit70f32a260b5ebb68c19ecadf5d69b3844896ba55
tree55640d336ef8970beeeb370c22512f06912e1b1f
parentf25e642bca1729bcc84b464b5125c8a214a63f5c
udev/net: do not manage loopback interfaces

There are nothing we can configure in udevd for loopback interfaces;
no ethertool configs can be applied, MAC address, interface name should
not be touched.
src/udev/net/link-config.c
test/test-network/systemd-networkd-tests.py