diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2017-08-01 07:44:08 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-08-01 09:44:08 +0200 |
commit | 2959fb07cbad2be0c835fb5ae709f884e4b86dc4 (patch) | |
tree | 39b267788b9299b9527e7e2172af081bff06e0cd /man/systemd.network.xml | |
parent | f19ca6105e9f74b01e799d02c280eec67696c228 (diff) | |
download | systemd-2959fb07cbad2be0c835fb5ae709f884e4b86dc4.tar.gz |
networkd: add scope to address section (#6449)
This work allows to configure address Scope to
host | link | global or a number.
Closes #6446
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 49d97cb604..438e1126dc 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -749,6 +749,14 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>Scope=</varname></term> + <listitem> + <para>The scope of the address, which can be <literal>global</literal>, + <literal>link</literal> or <literal>host</literal> or an unsigned integer ranges 0 to 255. + Defaults to <literal>global</literal>.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>HomeAddress=</varname></term> <listitem> <para>Takes a boolean argument. Designates this address the "home address" as defined in |