diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2016-04-14 15:26:57 +0530 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-14 11:56:57 +0200 |
commit | 23d8b221c0490b1b00044072b329d3ab76d561e3 (patch) | |
tree | 78f31ab64f3f7f58c82ca94cfc19c1634957e902 /man/systemd.network.xml | |
parent | d29030e593d19d3660ab425f0ff3d5cb025aa439 (diff) |
networkd: Add support to configure proxy arp support to interfaces (#3020)
Fixes: #2889
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index c9ef041004..d7947836e9 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -549,6 +549,15 @@ </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, + 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>. + Defaults to unset. + </para></listitem> + </varlistentry> + <varlistentry> <term><varname>Bridge=</varname></term> <listitem> <para>The name of the bridge to add the link to.</para> @@ -844,7 +853,7 @@ global DUID that may be specified in <citerefentry><refentrytitle>networkd.conf </refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> - <para>The configured DHCP DUID should conform to the specification in + <para>The configured DHCP DUID should conform to the specification in <ulink url="http://tools.ietf.org/html/rfc3315#section-9">RFC 3315</ulink>, <ulink url="http://tools.ietf.org/html/rfc6355">RFC 6355</ulink>.</para> |