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=6c137e16e994a897e63d0bcff0d85449cf9f4eb0;hb=0c13be389faea49fd8a370dc8186e7d5d20e967d;hpb=d0d6a4cd70477970812bff0a37e70f66208d7c14 diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 6c137e16e..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. @@ -469,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. + +