aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2010-10-26 18:14:47 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-10-26 18:14:47 +0200
commit6ecad93f9618b07145c2db9aa4e3d1b464b83326 (patch)
tree8381f078e477b05e63bd73430278bd8ed3dc859f /doc
parentfix multiple console for a container (diff)
downloadlxc-6ecad93f9618b07145c2db9aa4e3d1b464b83326.tar.gz
lxc-6ecad93f9618b07145c2db9aa4e3d1b464b83326.tar.bz2
lxc-6ecad93f9618b07145c2db9aa4e3d1b464b83326.zip
update the man page with the net script hook
Update the man page wrt the hook script added for the host side network configuration. Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Diffstat (limited to 'doc')
-rw-r--r--doc/lxc.conf.sgml.in20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in
index c3ee066..33f4f8a 100644
--- a/doc/lxc.conf.sgml.in
+++ b/doc/lxc.conf.sgml.in
@@ -310,8 +310,26 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>lxc.network.script.up</option>
+ </term>
+ <listitem>
+ <para>
+ add a configuration option to specify a script to be
+ executed after creating and configuring the network used
+ from the host side. The following arguments are passed
+ to the script: container name and config section name
+ (net) Additional arguments depend on the config section
+ employing a script hook; the following are used by the
+ network system: execution context (up), network type
+ (empty/veth/macvlan/phys), Depending on the network
+ type, other arguments may be passed:
+ veth/macvlan/phys. And finally (host-sided) device name.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
-
</refsect2>
<refsect2>