diff options
author | 2017-11-21 16:21:50 +0530 | |
---|---|---|
committer | 2017-11-21 11:51:50 +0100 | |
commit | 762e2659b9495d50856b30cb090de117e398714e (patch) | |
tree | 18656503f83190cad6904bd52ef2b68bf14cb209 /man/systemd.network.xml | |
parent | shared: silence gcc warning (#7402) (diff) | |
download | systemd-762e2659b9495d50856b30cb090de117e398714e.tar.gz systemd-762e2659b9495d50856b30cb090de117e398714e.tar.bz2 systemd-762e2659b9495d50856b30cb090de117e398714e.zip |
networkd: support incoming/outgoing device for rule matching (#7223)
Closes #7210
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 43324b889..57f27e6f3 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -926,6 +926,18 @@ integer. Higher number means lower priority, and rules get processed in order of increasing number.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>IncomingInterface=</varname></term> + <listitem> + <para>Specifies incoming device to match. If the interface is loopback, the rule only matches packets originating from this host.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>OutgoingInterface=</varname></term> + <listitem> + <para>Specifies the outgoing device to match. The outgoing interface is only available for packets originating from local sockets that are bound to a device.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |