Fixes: #11375 Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org --- man/network-zone-pppoe.xml | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-)
diff --git a/man/network-zone-pppoe.xml b/man/network-zone-pppoe.xml index e010676..36c4d0e 100644 --- a/man/network-zone-pppoe.xml +++ b/man/network-zone-pppoe.xml @@ -49,21 +49,6 @@ </para>
<variablelist> - <varlistentry> - <term> - <option>--port=<replaceable>PORT</replaceable></option> - </term> - - <listitem> - <para> - This options sets the port, pppd is using to connect to - the modem. - </para> - <para> - This may be a normal ethernet or vlan interface. - </para> - </listitem> - </varlistentry>
<varlistentry> <term> @@ -157,6 +142,30 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term> + <option>--ipv6=[<emphasis>on</emphasis>|off]</option> + </term> + + <listitem> + <para> + By this option, you may enable or disable IPv6 + </para> </listitem> + </varlistentry> + + <varlistentry> + <term> + <option>--prefix-delegation=[<emphasis>on</emphasis>|off]</option> + </term> + + <listitem> + <para> + By this option, you may enable or disable the delegation through your provider of one IPv6 prefix to your system. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1>