• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Do not modify this file, it will get overwritten on updates.
2# To override or extend the rules place a file in /etc/udev/rules.d
3
4ACTION!="add", GOTO="nm_thunderbolt_end"
5
6# Load he thunderbolt-net driver if we a device of type thunderbolt_xdomain
7# is added.
8SUBSYSTEM=="thunderbolt", ENV{DEVTYPE}=="thunderbolt_xdomain", RUN{builtin}+="kmod load thunderbolt-net"
9
10# For all thunderbolt network devices, we want to enable link-local configuration
11SUBSYSTEM=="net", ENV{ID_NET_DRIVER}=="thunderbolt-net", ENV{NM_AUTO_DEFAULT_LINK_LOCAL_ONLY}="1"
12
13LABEL="nm_thunderbolt_end"
14