From 8f9a206b6c769901b3fb97fbfe549c550b075fee Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Thu, 22 Dec 2016 14:53:29 +0530 Subject: networkd: Rename ProxyARP to IPv4ProxyARP (#4947) Rename the arp proxy option to IPv4ProxyARP= in order to clarify its relationship to IPv4, and map to the various IPv6 options we have. Fixes: #4768 --- man/systemd.network.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index c7083a4fe6..ea9cdeae88 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -603,8 +603,8 @@ - ProxyARP= - A boolean. Configures proxy ARP. Proxy ARP is the technique in which one host, + IPv4ProxyARP= + A boolean. Configures proxy ARP for IPv4. Proxy ARP is the technique in which one host, usually a router, answers ARP requests intended for another machine. By "faking" its identity, the router accepts responsibility for routing packets to the "real" destination. (see RFC 1027. -- cgit v1.2.3-54-g00ecf