From d35e5d3763bbc04450ac0928a6e1b728ec957c00 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Sat, 25 Feb 2017 00:31:47 +0530 Subject: networkd: add support for vxlan Remote and Local. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch add supports to configure IFLA_VXLAN_LOCAL and IFLA_VXLAN_GROUP. The "Group" is renamed to "Remote" which is a multicast address.` ``` Description=vxlan-test Name=vxlan1 Kind=vxlan [VXLAN] Id=33 Local=2001:db8:2f4:4bff:fa71:1a56 Remote=FF02:0:0:0:0:0:1:9 ``` output ``` ip -d link show vxlan1 16: vxlan1: mtu 1430 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether fe:b4:97:03:f8:e5 brd ff:ff:ff:ff:ff:ff promiscuity 0 vxlan id 33 group ff02::1:9 local 2001:db8:02f4:4bff:fa71:1a56 dev enp0s3 srcport 0 0 dstport 8472 ageing 300 noudpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode none numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 ``` --- man/systemd.netdev.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index ef6a37fe76..39e69480ec 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -469,12 +469,18 @@ - Group= + Remote= - An assigned multicast group IP address. + Configures destination multicast group IP address. + Local= + + Configures local IP address. + + + TOS= The Type Of Service byte value for a vxlan interface. -- cgit v1.2.3-54-g00ecf