X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=c072f08f61338ca7d90a226c70dc458470b419fe;hb=7d328b544621d4b1bec936dec612947ad8bfb65a;hp=ea278c70d7c2d13475edee67674fe8155a712647;hpb=ce43e484465050c619ea9a1991d49b3d6215028b;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index ea278c70d..c072f08f6 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -220,8 +220,8 @@ DHCP= Enables DHCPv4 and/or DHCPv6 support. Accepts - both, none, - v4 or v6. + yes, no, + ipv4 or ipv6. @@ -344,6 +344,35 @@ An NTP server address. This option may be specified more than once. + + IPForward= + Configures IP + forwarding for the network + interface. If enabled incoming + packets on the network + interface will be forwarded to + other interfaces according to + the routing table. Takes + either a boolean argument, or + the values + ipv4 or + ipv6, which + only enables IP forwarding for + the specified address + family. + + + IPMasquerade= + Configures IP + masquerading for the network + interface. If enabled packets + forwarded from the network + interface will be appear as + coming from the local + host. Takes a boolean + argument. Implies + IPForward=yes. + Bridge= @@ -667,6 +696,7 @@ Tunnel=vti-tun systemd1, systemd-networkd8, + systemd.link5, systemd.netdev5