]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkd: Rename ProxyARP to IPv4ProxyARP (#4947)
authorSusant Sahani <ssahani@users.noreply.github.com>
Thu, 22 Dec 2016 09:23:29 +0000 (14:53 +0530)
committerLennart Poettering <lennart@poettering.net>
Thu, 22 Dec 2016 09:23:29 +0000 (10:23 +0100)
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
src/network/networkd-network-gperf.gperf

index c7083a4fe650fdba97328c4fcd0b8448359ccf9a..ea9cdeae880894778820bc9c633b46e3e3deb5ed 100644 (file)
         </para></listitem>
         </varlistentry>
         <varlistentry>
-          <term><varname>ProxyARP=</varname></term>
-          <listitem><para>A boolean. Configures proxy ARP. Proxy ARP is the technique in which one host,
+          <term><varname>IPv4ProxyARP=</varname></term>
+          <listitem><para>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 <ulink
           url="https://tools.ietf.org/html/rfc1027">RFC 1027</ulink>.
index 4fa17e84527e319150c6a7dc49a8022e795343d6..862cfad1ff88c8eb6f2015f7002f170ebf79b2d3 100644 (file)
@@ -67,6 +67,7 @@ Network.IPv6AcceptRouterAdvertisements, config_parse_tristate,
 Network.IPv6DuplicateAddressDetection,  config_parse_int,                               0,                             offsetof(Network, ipv6_dad_transmits)
 Network.IPv6HopLimit,                   config_parse_int,                               0,                             offsetof(Network, ipv6_hop_limit)
 Network.ProxyARP,                       config_parse_tristate,                          0,                             offsetof(Network, proxy_arp)
+Network.IPv4ProxyARP,                   config_parse_tristate,                          0,                             offsetof(Network, proxy_arp)
 Network.BindCarrier,                    config_parse_strv,                              0,                             offsetof(Network, bind_carrier)
 Address.Address,                        config_parse_address,                           0,                             0
 Address.Peer,                           config_parse_address,                           0,                             0