From 6ecad93f9618b07145c2db9aa4e3d1b464b83326 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Tue, 26 Oct 2010 18:14:47 +0200 Subject: [PATCH] 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 --- doc/lxc.conf.sgml.in | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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. + + + - -- 2.47.2