From 7dd6974c46859a62c0a606824bf145c2c95241a0 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Wed, 21 Dec 2016 23:29:15 +0530 Subject: networkd: vxlan rename ARPProxy to ReduceARPProxy (#4891) Fixes: #4768 --- man/systemd.netdev.xml | 10 ++++++---- src/network/netdev/netdev-gperf.gperf | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index a549ec83bd..4df98b281e 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -510,11 +510,13 @@ - ARPProxy= + ReduceARPProxy= - A boolean. When true bridge-connected VXLAN tunnel endpoint - answers ARP requests from the local bridge on behalf of - remote Distributed Overlay Virtual Ethernet (DOVE) clients. + A boolean. When true, bridge-connected VXLAN tunnel + endpoint answers ARP requests from the local bridge on behalf + of remote Distributed Overlay Virtual Ethernet + + (DVOE) clients. Defaults to false. diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index b3461e39a9..e74ae9eb9f 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -59,6 +59,7 @@ VXLAN.TOS, config_parse_unsigned, 0, VXLAN.TTL, config_parse_unsigned, 0, offsetof(VxLan, ttl) VXLAN.MacLearning, config_parse_bool, 0, offsetof(VxLan, learning) VXLAN.ARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy) +VXLAN.ReduceARPProxy, config_parse_bool, 0, offsetof(VxLan, arp_proxy) VXLAN.L2MissNotification, config_parse_bool, 0, offsetof(VxLan, l2miss) VXLAN.L3MissNotification, config_parse_bool, 0, offsetof(VxLan, l3miss) VXLAN.RouteShortCircuit, config_parse_bool, 0, offsetof(VxLan, route_short_circuit) -- cgit v1.2.3-54-g00ecf