mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
a90c04b6b7
Those interfaces are created automatically when ip6_tunnel and ip6_gre loaded.
They break the test with exec-privatenetwork-yes.service.
C.f. 6b08180ca6
.
8 lines
181 B
Desktop File
8 lines
181 B
Desktop File
[Unit]
|
|
Description=Test for PrivateNetwork
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c '! ip link | grep ": " | grep -Ev ": (lo|(sit0|ip6tnl0|ip6gre0)@.*):"'
|
|
Type=oneshot
|
|
PrivateNetwork=yes
|