summaryrefslogtreecommitdiff
path: root/src/network/netdev
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@users.noreply.github.com>2016-12-21 23:29:15 +0530
committerLennart Poettering <lennart@poettering.net>2016-12-21 18:59:15 +0100
commit7dd6974c46859a62c0a606824bf145c2c95241a0 (patch)
treee7e7814bc16a098352270820426ca4e6efed78d3 /src/network/netdev
parent5773024d7f1bbdb7c540316c8254f30ebe1ee1ef (diff)
networkd: vxlan rename ARPProxy to ReduceARPProxy (#4891)
Fixes: #4768
Diffstat (limited to 'src/network/netdev')
-rw-r--r--src/network/netdev/netdev-gperf.gperf1
1 files changed, 1 insertions, 0 deletions
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)