X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=069b605eda45164928cb6fcfdd404be260c3af29;hp=b8facdc0af99debad22342866c7c2ee8f18fd039;hb=432d59656bd480b32a1fa6cf1c74662bfcafaf28;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d diff --git a/man/systemd.network.xml b/man/systemd.network.xml index b8facdc0a..069b605ed 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,10 +238,12 @@ - IPv4LL= + LinkLocal= - A boolean. When true, enables IPv4 link-local support. - + Enables link-local address autoconfiguration. Accepts + yes, no, + ipv4, or ipv6. Defaults to + ipv6. @@ -467,6 +471,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. + +