]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/sysctl: logs when per-link IPMasquerade= setting changes the global IPv6Forwa...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Oct 2025 02:19:52 +0000 (11:19 +0900)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 30 Oct 2025 13:58:16 +0000 (14:58 +0100)
commitb5d63191cabc4b60744d743c28bc2f9a2419e711
tree5472804a6768a336d353423dd87682baddd73e9c
parent097536a49c10e8f5f0d45ff72277475f64ade50c
network/sysctl: logs when per-link IPMasquerade= setting changes the global IPv6Forwarding= setting

All other cases, settings on different interfaces are completely
independent. But IPMasquerade=yes on an interface enables the global
IPv6Forwarding= setting, and hence affects other interfaces.
Let's log about that.

Prompted by https://github.com/systemd/systemd/issues/39304#issuecomment-3430382233.
src/network/networkd-sysctl.c