]> git.ipfire.org Git - thirdparty/systemd.git/blob - rules.d/82-net-auto-link-local.rules
Preset user units on first boot as well
[thirdparty/systemd.git] / rules.d / 82-net-auto-link-local.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION=="remove", GOTO="net_link_local_end"
4 SUBSYSTEM!="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
13 DRIVERS=="thunderbolt-net", ENV{ID_NET_AUTO_LINK_LOCAL_ONLY}="1"
14
15 LABEL="net_link_local_end"