diff options
| author | Christian Kellner <christian@kellner.me> | 2018-04-19 14:05:52 +0200 |
|---|---|---|
| committer | Christian Kellner <christian@kellner.me> | 2018-04-19 14:20:04 +0200 |
| commit | 89af7fbfa6cc4f43446b2f38c3ddd885b5be79f1 (patch) | |
| tree | 5a0a2a15e1445968a8b4c84f151dbf409ae35ff4 /Makefile.am | |
| parent | 8cbce0e18fda921bf0e20b28e9b7a7dd7cdbf9b4 (diff) | |
| download | NetworkManager-89af7fbfa6cc4f43446b2f38c3ddd885b5be79f1.tar.gz | |
all: add support for thunderbolt networking
Load the thunderbolt-net module if we see a host-to-host connection
and configure the resulting ethernet connection automatically to be
a link-local only one. The latter is done by setting a new udev
property "NM_AUTO_DEFAULT_LINK_LOCAL_ONLY" which is picked up when
we configure the connection for the device.
https://github.com/NetworkManager/NetworkManager/pull/97
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eb4afde8ca..024559c7c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3805,7 +3805,8 @@ if WITH_UDEV_DIR udevrulesdir = $(UDEV_DIR)/rules.d udevrules_DATA = \ data/84-nm-drivers.rules \ - data/85-nm-unmanaged.rules + data/85-nm-unmanaged.rules \ + data/90-nm-thunderbolt.rules endif data/server.conf: $(srcdir)/data/server.conf.in @@ -3820,6 +3821,7 @@ EXTRA_DIST += \ data/org.freedesktop.NetworkManager.service.in \ data/84-nm-drivers.rules \ data/85-nm-unmanaged.rules \ + data/90-nm-thunderbolt.rules \ data/server.conf.in \ data/meson.build |
