FS#44652 - [systemd] looks sysctl settings does not applied in right time

Attached to Project: Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Monday, 20 April 2015, 03:16 GMT
Last edited by Dave Reisner (falconindy) - Monday, 20 April 2015, 13:32 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Thomas Bächler (brain0)
Dave Reisner (falconindy)
Tom Gundersen (tomegun)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description: Looks like sysctl settings are not applied at the right time. For example I have enabled ip_forward and with systemd-218-2 works but with systemd-219-5 packets are not forwarded because net.ipv4.conf.net0.forwarding is not set to 1 (is still 0). Note that net.ipv4.ip_forward is 1.

Additional info:
systemd-219-5
linux-4.0-2

# cat /etc/sysctl.d/90-net.conf
net.ipv4.ip_forward=1

# cat /etc/systemd/network/20-net0.link
[Match]
MACAddress=00:18:f3:02:08:03

[Link]
Name=net0

# cat /etc/systemd/network/20-net0.network
[Match]
Name=net0

[Network]
Address=192.168.90.66/24
Gateway=192.168.90.1
This task depends upon

Closed by  Dave Reisner (falconindy)
Monday, 20 April 2015, 13:32 GMT
Reason for closing:  Upstream
Comment by Dave Reisner (falconindy) - Monday, 20 April 2015, 13:32 GMT
Working as intended. See upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=89509

Loading...