diff options
author | Susant Sahani <ssahani@vmware.com> | 2021-05-14 07:28:18 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-05-20 11:23:15 +0200 |
commit | af99cdf4d493c2e97bc789e22336c377dad1c6e9 (patch) | |
tree | 92f6a8de2f44aefbcfc15e4a239e0197f6f39313 /man | |
parent | network: use queue to configure bridge FDB (diff) | |
download | systemd-af99cdf4d493c2e97bc789e22336c377dad1c6e9.tar.xz systemd-af99cdf4d493c2e97bc789e22336c377dad1c6e9.zip |
network: bridge-fdb: add support to specify outgoing interface
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 64bd036e0c..f02ec7c9b2 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2856,6 +2856,13 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para> device is a VXLAN type device and has route shortcircuit enabled. Defaults to <literal>self</literal>.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>OutgoingInterface=</varname></term> + <listitem> + <para>Specifies the name or index of the outgoing interface for the VXLAN device driver to + reach the remote VXLAN tunnel endpoint. Defaults to unset.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> |