From: Matthijs Kooijman Date: Tue, 30 Aug 2011 21:50:23 +0000 (+0200) Subject: .gateway options X-Git-Tag: lxc-0.8.0-rc2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be58c6b5b4110a3136f26b69394de725a4318619;p=thirdparty%2Flxc.git .gateway options Man for the gateway option. Signed-off-by: Daniel Lezcano --- diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index cfaa68699..532739e9f 100644 --- a/doc/lxc.conf.sgml.in +++ b/doc/lxc.conf.sgml.in @@ -298,6 +298,28 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + + + + + + 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 , + which means to take the primary address from the bridge + interface (as specified by the + option) and use that as + the gateway. is only available when + using the and + network types. + + + + + @@ -312,6 +334,27 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + + + + + + 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 , + which means to take the primary address from the bridge + interface (as specified by the + option) and use that as + the gateway. is only available when + using the and + network types. + + + +