diff options
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 4cc13b2afc..c9c946c00a 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -505,6 +505,19 @@ </refsect1> <refsect1> + <title>[BridgePort] Section Options</title> + <para>The <literal>[BridgePort]</literal> section accepts the following keys.</para> + <variablelist class='network-directives'> + <varlistentry> + <term><varname>Cost=</varname></term> + <listitem> + <para>Each port in a bridge may have different speed. Cost is used to decide which link to use. Faster interfaces should have lower costs</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> <title>Example</title> <example> <title>/etc/systemd/network/50-static.network</title> |