open5gs/configs
Matthew Johnson 7df65e832e
Relax systemd requirements (#1368)
* [configs] Remove requires systemd-networkd dep from smfd service

The smf no longer has (never had?) a dependency on systemd-networkd,
and can start and remain operational without systemd-networkd
specifically running.

* [configs] Relax upf dependency on systemd-networkd

The upf relies on systemd-networkd to create the ogstun interface, but
does not communicate with it at runtime. It currently has a "Requires"
dependency specified, which means that the upf will be stopped if
systemd-networkd is ever stopped. Since the upf doesn't actually care
if systemd-networkd is later stopped after ogstun is created, it can
use the weaker "Wants" dependency type, which allows it to keep
running even if systemd-networkd were to be stopped.

Regardless, since it does rely on systemd-networkd specifically to
create the ogstun interface, it should sequence itself "After"
systemd-networkd has been started.

Since the true dependency is ogstun, not systemd-networkd, a cleaner
approach would depend on the specific tunnel device being
available. Systemd exposes this information via device units, but I'm
not sure if they are always consistently named across platforms.
2022-02-16 17:56:14 +09:00
..
freeDiameter [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00
logrotate Include 5G Core NF in the Log rotate [#542] 2020-09-01 23:10:49 -04:00
newsyslog Include 5G Core NF in the Log rotate [#542] 2020-09-01 23:10:49 -04:00
open5gs Change IPv6 Prefix (#1321) 2022-01-14 11:53:15 +09:00
systemd Relax systemd requirements (#1368) 2022-02-16 17:56:14 +09:00
310014.yaml.in changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
csfb.yaml.in changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
meson.build Update IPv6 configuration (#1250) 2021-11-28 16:42:47 +09:00
non3gpp.yaml.in changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
sample.yaml.in changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
slice.yaml.in changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
srslte.yaml.in changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
volte.yaml.in [CX] Update test code 2022-02-01 14:51:54 +09:00
vonr.yaml.in changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00