aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusant Sahani <145210+ssahani@users.noreply.github.com>2017-11-21 16:21:50 +0530
committerLennart Poettering <lennart@poettering.net>2017-11-21 11:51:50 +0100
commit762e2659b9495d50856b30cb090de117e398714e (patch)
tree18656503f83190cad6904bd52ef2b68bf14cb209 /man/systemd.network.xml
parentshared: silence gcc warning (#7402) (diff)
downloadsystemd-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.xml12
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>