]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: always set IPv6 MTU when we detect the device MTU is changed
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Apr 2024 02:47:09 +0000 (11:47 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Apr 2024 03:15:33 +0000 (12:15 +0900)
commiteb426caae79ae2929213702d40411793b209b942
treea7e7c5346a3c9bdc4f0036d2b21830865bc35be5
parentd4386dd1c84ecb0c6eff0160f64849d24a1cf989
network: always set IPv6 MTU when we detect the device MTU is changed

Then, we can keep the IPv6 MTU even if the device MTU is changed by an
external tool, e.g. 'ip link set' command.
src/network/networkd-link.c
src/network/networkd-setlink.c