diff options
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 |