X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=485876b6acbff267e52af1c525073297a0b1131a;hb=d15d65a01fe02fc66c3a9664fa9eab983f0f5024;hp=6c137e16e994a897e63d0bcff0d85449cf9f4eb0;hpb=d0d6a4cd70477970812bff0a37e70f66208d7c14;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 6c137e16e..485876b6a 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -107,15 +107,16 @@ Path= - The persistent path, as exposed by the udev - property ID_PATH. May contain shell - style globs. + A whitespace-separated list of shell-style globs + matching the persistent path, as exposed by the udev + property ID_PATH. Driver= - The driver currently bound to the device, as + A whitespace-separated list of shell-style globs + matching the driver currently bound to the device, as exposed by the udev property DRIVER of its parent device, or if that is not set the driver as exposed by ethtool -i of the @@ -125,16 +126,17 @@ Type= - The device type, as exposed by the udev property + A whitespace-separated list of shell-style globs + matching the device type, as exposed by the udev property DEVTYPE. Name= - The device name, as exposed by the udev property - INTERFACE. May contain shell style - globs. + A whitespace-separated list of shell-style globs + matching the device name, as exposed by the udev property + INTERFACE. @@ -236,7 +238,7 @@ - LinkLocal= + LinkLocalAddressing= Enables link-local address autoconfiguration. Accepts yes, no, @@ -253,6 +255,14 @@ + + IPv6Token= + + An IPv6 address with the top 64 bits unset. When set, indicates the + 64 bits interface part of SLAAC IPv6 addresses for this link. By default + it is autogenerated. + + LLMNR= @@ -469,6 +479,14 @@ The metric of the route. An unsigned integer + + Scope= + + The scope of the route. One of the values global, + link or host. Defaults to + global. + +