diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:18 +0000 |
commit | b750101eb236130cf056c675997decbac904cc49 (patch) | |
tree | a5df1a06754bdd014cb975c051c83b01c9a97532 /hwdb.d/82-net-auto-link-local.hwdb | |
parent | Initial commit. (diff) | |
download | systemd-b750101eb236130cf056c675997decbac904cc49.tar.xz systemd-b750101eb236130cf056c675997decbac904cc49.zip |
Adding upstream version 252.22.upstream/252.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'hwdb.d/82-net-auto-link-local.hwdb')
-rw-r--r-- | hwdb.d/82-net-auto-link-local.hwdb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hwdb.d/82-net-auto-link-local.hwdb b/hwdb.d/82-net-auto-link-local.hwdb new file mode 100644 index 0000000..4057378 --- /dev/null +++ b/hwdb.d/82-net-auto-link-local.hwdb @@ -0,0 +1,12 @@ +# This file is part of systemd. + +# Network interfaces for which only Link-Local communication (i.e. IPv4LL, …) +# makes sense, because they almost certainy will point to another host, not an +# internet router. + +# (Note: matches against drivers go into 82-net-auto-link-local.rules instead) + +# Prolific USB-to-USB links (https://www.prolific.com.tw/US/ShowProduct.aspx?pcid=43) +usb:v067Bp25A1* +usb:v067Bp27A1* + ID_NET_AUTO_LINK_LOCAL_ONLY=1 |