]> git.ipfire.org Git - people/ms/network.git/commitdiff
man: Convert network-zone(8) to asciidoc
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2019 14:46:07 +0000 (16:46 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2019 14:46:07 +0000 (16:46 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
man/include-color.txt
man/include-description.txt
man/network-zone.txt [new file with mode: 0644]
man/network-zone.xml [deleted file]

index 073c01b79a5a65fb0fa2ca54b66e57b2fdc5ef37..4b417a521e1a14c6847d5989b1a0a5e7be4bc7fd 100644 (file)
@@ -1,7 +1,7 @@
 'color set <color>'::
        The color is set with this command and required to be passed in
        RGB hex formatting
 'color set <color>'::
        The color is set with this command and required to be passed in
        RGB hex formatting
-
+       +
        NOTE: The color is being used to make identification of network devices
        easier on the command line and web user interface.
 
        NOTE: The color is being used to make identification of network devices
        easier on the command line and web user interface.
 
index a39ba55c615011c364981fc4a85f7b4747765d3a..49bac64d3b5c5cef6dbd8d71bf700757330398cd 100644 (file)
@@ -1,6 +1,6 @@
 'description edit'::
        This command opens an editor and allows you to edit title and description.
 'description edit'::
        This command opens an editor and allows you to edit title and description.
-
+       +
        NOTE: The formation of the description is similar to a git commit.
        Every description has a title, the first line of the description.
        The title is shown on the status page and in the web user interface.
        NOTE: The formation of the description is similar to a git commit.
        Every description has a title, the first line of the description.
        The title is shown on the status page and in the web user interface.
diff --git a/man/network-zone.txt b/man/network-zone.txt
new file mode 100644 (file)
index 0000000..88a1988
--- /dev/null
@@ -0,0 +1,73 @@
+= network-zone(8)
+Michael Tremer <michael.tremer@ipfire.org>
+
+== NAME
+network-zone - Manage network zones
+
+== SYNOPSIS
+[verse]
+'network zone [new|destroy]' ZONE
+'network zone' ZONE ...
+
+== DESCRIPTION
+With help of the 'zone' command, it is very easy to configure network zones.
+
+It is possible to create zones and remove them. Zones may also be brought up
+and down and reconfigured. Their status may be viewed as well.
+
+== COMMANDS
+The following commands are understood:
+
+'new ZONE HOOK OPTIONS'::
+       A new zone may be created by the 'create' command.
+       There are at least two arguments required.
+       +
+       ZONE must be valid name for a zone which does not already exist.
+       HOOK is a valid zone hook which may require additional options.
+
+'destroy ZONE'::
+       A zone can be destroyed with this command.
+       +
+       There are two possible ways to remove a zone. The case is when the zone is
+       not up. Then, it will be removed immediately. When the zone is current up
+       and used, it will tagged to be remove later, after it has been brought down.
+
+For all other commands, the name of the zone needs to be passed first:
+
+'edit OPTIONS'::
+       The settings of a zone may be edited after it has been created.
+       The options that can be passed depend on the hook that is used for the zone.
+       Run 'network zone ZONE edit --help' to learn more about that.
+       +
+       It usually is required to restart/reload the zone until the new settings
+       are taken into account.
+
+'[up|down]'::
+       These commands will bring the zone up/down. This is done without control
+       of systemd, therefore not intended to be done in a productive environment.
+       However, these commands may be used for debugging.
+
+'[enable|disable]'::
+       These commands will enable or disable the zone. An enabled zone will
+       automatically be started either during the boot process or a hotplug event
+       of an associated port or other device.
+
+'status'::
+       This will show some detailed information about the state if the specified zone.
+
+include::include-color.txt[]
+
+include::include-description.txt[]
+
+'identify'::
+       This command will make all ports of the zone flash for a few seconds so
+       that you can identify the correct network adapters in the system.
+
+'rename' NAME::
+       Renames the zone to NAME.
+       +
+       The command will shut down the zone if it is up and start it again with
+       the new name. If the zone is not up it won't be started.
+
+== SEE ALSO
+link:network[8]
diff --git a/man/network-zone.xml b/man/network-zone.xml
deleted file mode 100644 (file)
index 99fa8b8..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
-       "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-
-<refentry id="network-zone">
-       <refentryinfo>
-               <title>network-zone</title>
-               <productname>network</productname>
-
-               <authorgroup>
-                       <author>
-                               <contrib>Developer</contrib>
-                               <firstname>Michael</firstname>
-                               <surname>Tremer</surname>
-                               <email>michael.tremer@ipfire.org</email>
-                       </author>
-               </authorgroup>
-       </refentryinfo>
-
-       <refmeta>
-               <refentrytitle>network-zone</refentrytitle>
-               <manvolnum>8</manvolnum>
-       </refmeta>
-
-       <refnamediv>
-               <refname>network-zone</refname>
-               <refpurpose>Network Configuration Control Program</refpurpose>
-       </refnamediv>
-
-       <refsynopsisdiv>
-               <cmdsynopsis>
-                       <command>network zone <arg choice="plain">[new|destroy]</arg> <replaceable>ZONE</replaceable> ...</command>
-               </cmdsynopsis>
-
-               <cmdsynopsis>
-                       <command>network zone <replaceable>ZONE</replaceable> <arg choice="plain">command</arg> ...</command>
-               </cmdsynopsis>
-       </refsynopsisdiv>
-
-       <refsect1>
-               <title>Description</title>
-
-               <para>
-                       With help of the <command>zone</command> command, it is very easy to
-                       configure network zones.
-               </para>
-               <para>
-                       It is possible to create zones and remove them. Zones may also
-                       be brought up and down and reconfigured. Their status may be viewed
-                       as well.
-               </para>
-       </refsect1>
-
-       <refsect1>
-               <title>Commands</title>
-
-               <para>
-                       The following commands are understood:
-               </para>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>
-                                       <command>new <replaceable>ZONE</replaceable> <replaceable>HOOK</replaceable> <arg choice="opt" rep="repeat">OPTIONS</arg></command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               A new zone may be created by the <command>create</command>
-                                               command. There are at least two arguments required.
-                                       </para>
-                                       <para>
-                                               <replaceable>ZONE</replaceable> must be valid name for a
-                                               zone which does not already exist.
-                                               <replaceable>HOOK</replaceable> is a valid zone hook which
-                                               may require additional options.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command>destroy <replaceable>ZONE</replaceable></command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               A zone can be destroyed with this command.
-                                       </para>
-                                       <para>
-                                               There are two possible ways to remove a zone. The case
-                                               is when the zone is not up. Then, it will be removed
-                                               immediately. When the zone is current up and used, it
-                                               will tagged to be remove later, after it has been brought
-                                               down.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-               </variablelist>
-
-               <para>
-                       For all other commands, the name of the zone needs to be passed first:
-               </para>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable> edit <arg choice="opt" rep="repeat">OPTIONS</arg></command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               The settings of a zone may be edited after it has been created.
-                                               The options that can be passed depend on the hook that is used
-                                               for the zone.
-                                               Run <command>network zone <replaceable>ZONE</replaceable> edit --help</command>
-                                               to learn more about that.
-                                       </para>
-                                       <para>
-                                               It usually is required to restart/reload the zone until
-                                               the new settings are taken into account.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable> [up|down]</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               These commands will bring the zone up/down. This is done
-                                               without control of systemd, therefore not intended to be
-                                               done in a productive environment.
-                                               However, these commands may be used for debugging.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable> [enable|disable]</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               These commands will enable or disable the zone. An enabled
-                                               zone will automatically be started either during the boot process
-                                               or a hotplug event of an associated port or other device.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable> status</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This will show some detailed information about the state
-                                               if the specified zone.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable> color</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This command allows settings a color for a zone.
-                                               See
-                                               <citerefentry>
-                                               <refentrytitle>network-color</refentrytitle>
-                                               <manvolnum>8</manvolnum>
-                                               </citerefentry>
-                                               for more information.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable>description</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This command make is possible to add a description to a zone.
-                                               See
-                                               <citerefentry>
-                                               <refentrytitle>network-description</refentrytitle>
-                                               <manvolnum>8</manvolnum>,
-                                               </citerefentry>
-                                               for more information.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable> identify</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This command will make all ports of the zone flash for
-                                               a few seconds so that you can identify the correct network
-                                               adapters in the system.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>ZONE</replaceable> rename <replaceable>NAME</replaceable></command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               Renames the zone to <replaceable>NAME</replaceable>.
-                                       </para>
-                                       <para>
-                                               The command will shut down the zone if it is up and
-                                               start it again with the new name. If the zone is not
-                                               up it won't be started.
-                                       </para>
-                                       <para>
-                                               Zones that are marked to be destroyed cannot be renamed.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-               </variablelist>
-       </refsect1>
-
-       <refsect1>
-               <title>See Also</title>
-
-               <para>
-                       <citerefentry>
-                               <refentrytitle>network</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>
-               </para>
-       </refsect1>
-</refentry>