summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-09-28 09:46:03 +0200
committerGitHub <noreply@github.com>2017-09-28 09:46:03 +0200
commitcd4826e0e6f6f2f693a07641154ca3443df39d1e (patch)
treef20770b3551d66e8f412d2e34b39c67a9d067a0e /man
parent7e760b79ad143b26a5c937afa7666a7c40508f85 (diff)
parent11d38b9043922e4e7cd321fc2c6de5b2f35114d3 (diff)
downloadsystemd-cd4826e0e6f6f2f693a07641154ca3443df39d1e.tar.gz
Merge pull request #6924 from andir/vrf-dhcpv4
networkd: use VRFs routing table for DHCP routes
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 9750902661..40e302c90d 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1225,6 +1225,9 @@
<para>The table identifier for DHCP routes (a number between 1 and 4294967295, or 0 to unset).
The table can be retrieved using <command>ip route show table <replaceable>num</replaceable></command>.
</para>
+ <para>When used in combination with <varname>VRF=</varname> the
+ VRF's routing table is used unless this parameter is specified.
+ </para>
</listitem>
</varlistentry>
@@ -1824,8 +1827,9 @@ Bond=bond1
<title>Virtual Routing and Forwarding (VRF)</title>
<para>Add the <literal>bond1</literal> interface to the VRF master interface
<literal>vrf1</literal>. This will redirect routes generated on this interface to be
- within the routing table defined during VRF creation. Traffic won't be redirected
- towards the VRFs routing table unless specific ip-rules are added.</para>
+ within the routing table defined during VRF creation. For kernels before 4.8 traffic
+ won't be redirected towards the VRFs routing table unless specific ip-rules are added.
+ </para>
<programlisting># /etc/systemd/network/25-vrf.network
[Match]
Name=bond1