diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-13 20:07:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-13 20:17:07 +0100 |
commit | 769d324c99aab129148bd25f5f663ef441287d86 (patch) | |
tree | e6d3335e4b7e59f47a248e64e17c507536ce223c /man/systemd.network.xml | |
parent | db9fd84944807ebea04363dada761613360fa6f9 (diff) |
networkd: make IP forwarding for IPv4 and IPv6 individually configurable
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 484d6f31c7..c072f08f61 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -352,9 +352,14 @@ packets on the network interface will be forwarded to other interfaces according to - the routing table. Takes a - boolean - argument.</para></listitem> + the routing table. Takes + either a boolean argument, or + the values + <literal>ipv4</literal> or + <literal>ipv6</literal>, which + only enables IP forwarding for + the specified address + family.</para></listitem> </varlistentry> <varlistentry> <term><varname>IPMasquerade=</varname></term> |