summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorSusant Sahani <145210+ssahani@users.noreply.github.com>2018-02-08 14:52:46 +0530
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-08 10:22:46 +0100
commitbf443be99565e4327f1c8c12b79d98b4c1529cf1 (patch)
treeb39a0770f4c1d457dd628d81897720e658989fee /man/systemd.netdev.xml
parented10715af258a7f493fc7a46299d848fd2bb8b97 (diff)
downloadsystemd-bf443be99565e4327f1c8c12b79d98b4c1529cf1.tar.gz
networkd: vxlan require Remote= to be a non multicast address (#8117)
Remote= must be a non multicast address. ip-link(8) says: > remote IPADDR - specifies the unicast destination IP address to > use in outgoing packets when the destination link layer address > is not known in the VXLAN device forwarding database. Closes #8088.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 2f67d2f223..af46360f49 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -544,7 +544,7 @@
<varlistentry>
<term><varname>Remote=</varname></term>
<listitem>
- <para>Configures destination multicast group IP address.</para>
+ <para>Configures destination IP address.</para>
</listitem>
</varlistentry>
<varlistentry>