diff options
author | Slava Bacherikov <slava@bacher09.org> | 2021-11-04 17:54:49 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-11-15 17:54:07 +0100 |
commit | af493fb742bece2cafcdbab9238c711ac9090c9f (patch) | |
tree | e40dd3e6eeec3bfc695f435262bbbc5ca34dd0ff /man | |
parent | network: change link group type to int32 (diff) | |
download | systemd-af493fb742bece2cafcdbab9238c711ac9090c9f.tar.xz systemd-af493fb742bece2cafcdbab9238c711ac9090c9f.zip |
network: Add SuppressInterfaceGroup= into routing policy
This adds SuppressInterfaceGroup= option in the [RoutingPolicyRule] section
which has the same semantics as suppress_ifgroup in `ip rule` command.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index dea600fbd6..1bedc5b18b 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1283,6 +1283,14 @@ Table=1234</programlisting></para> </listitem> </varlistentry> <varlistentry> + <term><varname>SuppressInterfaceGroup=</varname></term> + <listitem> + <para>Takes an integer in the range 0…2147483647 and rejects routing decisions that have + an interface with the same group id. It has the same meaning as + <option>suppress_ifgroup</option> in <command>ip rule</command>. Defaults to unset.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>Type=</varname></term> <listitem> <para>Specifies Routing Policy Database (RPDB) rule type. Takes one of <literal>blackhole</literal>, |