Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix systemd unit dependencies #17

Merged
merged 2 commits into from
Nov 18, 2019
Merged

fix systemd unit dependencies #17

merged 2 commits into from
Nov 18, 2019

Conversation

bastelfreak
Copy link
Member

This service should start before iptables/ip6tables starts. This is based on https://git.archlinux.org/svntogit/packages.git/tree/trunk/ipset.service?h=packages/ipset It's not required to wait for the whole network stack to come available to add ipsets.

In the past, ipset had a dependency to a working network connection
(with available ip addresses and routes and stuff like this), if
systemd-networkd was used. This doesn't make any sense and might even
introduce dependency cycles. We can start as soon as the kernel is ready
to accept calls from ipset. And we need to start before iptables tries
to use us. This will be fixed in a seperate commit.
This service should start before iptables/ip6tables starts. This is
based on https://git.archlinux.org/svntogit/packages.git/tree/trunk/ipset.service?h=packages/ipset
It's not required to wait for the whole network stack to come available
to add ipsets.
@bastelfreak bastelfreak added the bug Something isn't working label Nov 18, 2019
@bastelfreak bastelfreak self-assigned this Nov 18, 2019
@bastelfreak bastelfreak merged commit d538337 into master Nov 18, 2019
@bastelfreak bastelfreak deleted the foo2 branch November 18, 2019 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants