]> git.ipfire.org Git - people/ms/network.git/blobdiff - man/network-zone-pppoe.xml
man: Convert network-zone-bridge(8) to asciidoc
[people/ms/network.git] / man / network-zone-pppoe.xml
index ede9375c646b6e06ed8befc4ec77d5b27d5b18a4..36c4d0e5f5d7707208eb4ab9281ee67e5a89bc24 100644 (file)
@@ -29,7 +29,7 @@
 
        <refsynopsisdiv>
                <cmdsynopsis>
-                       <command>network zone create <replaceable>ZONE</replaceable> pppoe ...</command>
+                       <command>network zone new <replaceable>ZONE</replaceable> pppoe ...</command>
                </cmdsynopsis>
        </refsynopsisdiv>
 
                </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>
 
                        <varlistentry>
                                <term>
-                                       <option>--mtu=<emphasis>1492</emphasis></option>
+                                       <option>--mtu=<emphasis>N</emphasis></option>
                                </term>
 
                                <listitem>
                                        <para>
                                                Sets the default MTU of the PPP connection.
-                                               The default value is 1492 which is a common MTU used
-                                               for DSL.
                                        </para>
                                </listitem>
                        </varlistentry>
                                        </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>