summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDevon Pringle <devon.pringle@opengear.com>2020-12-14 16:23:17 +1000
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-18 21:44:32 +0900
commit16c89e649d248b0fc7c1dc7ad9f3323be4eac0f4 (patch)
treea17aea8ba2ec67d29a1ab11b0678c43228b05bb7 /man
parentaf42881bf9e067803347109b37802a0ab69a1315 (diff)
downloadsystemd-16c89e649d248b0fc7c1dc7ad9f3323be4eac0f4.tar.gz
networkd: add RouteDenyList
Allow configuration for IPv6 discovered routes to be ignored instead of adding them as a route. This can be used to block unwanted routes, for example, you may wish to not receive some set of routes on an interface if they are causing issues.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index e46f506f0f..7a330c12fa 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -2095,7 +2095,16 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
<varlistentry>
<term><varname>DenyList=</varname></term>
<listitem>
- <para>A whitespace-separated list of IPv6 prefixes. IPv6 prefixes supplied via router advertisements in the list are ignored.</para>
+ <para>A whitespace-separated list of IPv6 prefixes. IPv6 prefixes supplied via router
+ advertisements in the list are ignored.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>RouteDenyList=</varname></term>
+ <listitem>
+ <para>A whitespace-separated list of IPv6 route prefixes. IPv6 route prefixes supplied via
+ router advertisements in the list are ignored.</para>
</listitem>
</varlistentry>