]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules.d/82-net-auto-link-local.rules
test: make coverage runs happy with capsule@.service
[thirdparty/systemd.git] / rules.d / 82-net-auto-link-local.rules
CommitLineData
ec541c56
LP
1# do not edit this file, it will be overwritten on update
2
3ACTION=="remove", GOTO="net_link_local_end"
4SUBSYSTEM!="net", GOTO="net_link_local_end"
5
6# Network interfaces for which only Link-Local communication (i.e. IPv4LL, …)
7# makes sense, because they almost certainy will point to another host, not an
8# internet router.
9
10# (Note: matches against VID/PID go into 82-net-auto-link-local.hwdb instead)
11
12# Thunderbolt host-to-host connections
13DRIVERS=="thunderbolt-net", ENV{ID_NET_AUTO_LINK_LOCAL_ONLY}="1"
14
15LABEL="net_link_local_end"