---
 doc/lxc.conf.sgml.in |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in
index cfaa686..532739e 100644
--- a/doc/lxc.conf.sgml.in
+++ b/doc/lxc.conf.sgml.in
@@ -300,6 +300,28 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
02111-1307 USA
 
        <varlistentry>
          <term>
+           <option>lxc.network.ipv4.gateway</option>
+         </term>
+         <listitem>
+           <para>
+             specify the ipv4 address to use as the gateway inside the
+             container. The address is in format x.y.z.t, eg.
+             192.168.1.123.
+
+             Can also have the special value <option>auto</option>,
+             which means to take the primary address from the bridge
+             interface (as specified by the
+             <option>lxc.network.link</option> option) and use that as
+             the gateway. <option>auto</option> is only available when
+             using the <option>veth</option> and
+             <option>macvlan</option> network types.
+           </para>
+         </listitem>
+       </varlistentry>
+
+
+       <varlistentry>
+         <term>
            <option>lxc.network.ipv6</option>
          </term>
          <listitem>
@@ -314,6 +336,27 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
02111-1307 USA
 
        <varlistentry>
          <term>
+           <option>lxc.network.ipv6.gateway</option>
+         </term>
+         <listitem>
+           <para>
+             specify the ipv6 address to use as the gateway inside the
+             container. The address is in format x::y,
+             eg. 2003:db8:1:0::1
+
+             Can also have the special value <option>auto</option>,
+             which means to take the primary address from the bridge
+             interface (as specified by the
+             <option>lxc.network.link</option> option) and use that as
+             the gateway. <option>auto</option> is only available when
+             using the <option>veth</option> and
+             <option>macvlan</option> network types.
+           </para>
+         </listitem>
+       </varlistentry>
+
+       <varlistentry>
+         <term>
            <option>lxc.network.script.up</option>
          </term>
          <listitem>
-- 
1.7.5.4


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to