diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-04 21:57:13 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-05 00:38:10 +0100 |
commit | c106cc36b9b8e8998eb95299b02f1db9c1209122 (patch) | |
tree | f60a30744029dd69fb0ba47e5bc21c79d516b162 /man | |
parent | c18c2a0ea15820c49226aa05f294f5d5c1417263 (diff) |
networkd: add basic [Link] settings to .network files
This allows the default link settings (set in .link files) to be overridden per Network. Only MTU and MACAddress is supported for now.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index a913fdfc5e..11b4370a6e 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -180,6 +180,30 @@ </refsect1> <refsect1> + <title>[Link] Section Options</title> + + <para> The <literal>[Link]</literal> section accepts the following keys:</para> + + <variablelist class='network-directives'> + <varlistentry> + <term><varname>MACAddress=</varname></term> + <listitem> + <para>The hardware address.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>MTUBytes=</varname></term> + <listitem> + <para>The maximum transmission unit in bytes to + set for the device. The usual suffixes K, M, G, + are supported and are understood to the base of + 1024.</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> <title>[Network] Section Options</title> <para>The <literal>[Network]</literal> section accepts the following keys:</para> |