diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 14:27:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-06 14:27:36 +0100 |
commit | fda96700e41855099b339e9e4d0e19b31226fdf2 (patch) | |
tree | bd3ae1239d375d4c11d67a6f08af7c258b3077df /man | |
parent | Merge pull request #11021 from ssahani/isatap (diff) | |
parent | test-network: Add test for invert RPDB rule (diff) | |
download | systemd-fda96700e41855099b339e9e4d0e19b31226fdf2.tar.xz systemd-fda96700e41855099b339e9e4d0e19b31226fdf2.zip |
Merge pull request #11032 from ssahani/invert-rule
networkd: RPDB rule - add support to configure inverted rule.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 229449c5ac..ceb0788d71 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1015,6 +1015,12 @@ Defaults to unset.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>InvertRule=</varname></term> + <listitem> + <para>A boolean. Specifies wheather the rule to be inverted. Defaults to false.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |