From: Daniel Lezcano Date: Tue, 26 Oct 2010 16:14:47 +0000 (+0200) Subject: update the man page with the net script hook X-Git-Tag: lxc-0.7.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecad93f9618b07145c2db9aa4e3d1b464b83326;p=thirdparty%2Flxc.git 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 --- diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index c3ee066dc..33f4f8a9a 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 + + + + + + + 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. + + + -