From 6341b7a467c18d6e03bf56e32d516ed3dca6e80c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 16 Sep 2024 20:28:16 +0200 Subject: Merging upstream version 256.6. Signed-off-by: Daniel Baumann --- man/networkd.conf.xml | 12 ++++++++++++ man/systemd.network.xml | 18 +++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) (limited to 'man') diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index cac1d3b..9daa125 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -131,6 +131,12 @@ for more details about the sysctl options. Defaults to unset and the sysctl options will not be changed. + If an interface is configured with a .network file that enables IPMasquerade= + for IPv4 (that is, ipv4 or both), this setting is implied + unless explicitly specified. See IPMasquerade= in + systemd.network5 + for more details. + @@ -145,6 +151,12 @@ for more details about the sysctl options. Defaults to unset and the sysctl options will not be changed. + If an interface is configured with a .network file that enables IPMasquerade= + for IPv6 (that is, ipv6 or both), this setting is implied + unless explicitly specified. See IPMasquerade= in + systemd.network5 + for more details. + diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 1e3f244..708c37d 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -888,15 +888,15 @@ DuplicateAddressDetection=none ipv6, both, or no. Defaults to no. Note. Any positive boolean values such as yes or true are now deprecated. Please use one of the values above. Specifying - ipv4 or both implies IPv4Forwarding=, - unless it is explicitly specified. Similarly for IPv6Forwarding= when - ipv6 or both is specified. These implications are only on - this interface. Hence, to make the IP packet forwarding works, - IPv4Forwarding=/IPv6Forwarding= need to be enabled on an - upstream interface, or globally enabled by specifying them in - networkd.conf5. - See IPv4Forwarding=/IPv6Forwarding= in the above for more - details. + ipv4 or both implies IPv4Forwarding= + settings in both .network file for this interface and the global + networkd.conf5 + unless they are explicitly specified. Similarly for IPv6Forwarding= when + ipv6 or both is specified. See + IPv4Forwarding=/IPv6Forwarding= in the above for the per-link + settings, and + networkd.conf5 + for the global settings. -- cgit v1.2.3