diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2011-02-06 21:30:18 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2011-02-06 21:30:18 +0100 |
commit | 955f4ce683988742da4cf3c2a26a104184f55aff (patch) | |
tree | c6523de84abd27a98e8d780ea96cf977a7d8a074 | |
parent | fix broadcast compution (diff) | |
download | lxc-955f4ce683988742da4cf3c2a26a104184f55aff.tar.gz lxc-955f4ce683988742da4cf3c2a26a104184f55aff.tar.bz2 lxc-955f4ce683988742da4cf3c2a26a104184f55aff.zip |
update configuration wrt to the broadcast address
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r-- | doc/lxc.conf.sgml.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index 33f4f8a..c4cb327 100644 --- a/doc/lxc.conf.sgml.in +++ b/doc/lxc.conf.sgml.in @@ -291,7 +291,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA specify the ipv4 address to assign to the virtualized interface. Several lines specify several ipv4 addresses. The address is in format x.y.z.t/m, - eg. 192.168.1.123/24. + eg. 192.168.1.123/24. The broadcast address should be + specified on the same line, right after the ipv4 + address. </para> </listitem> </varlistentry> @@ -585,7 +587,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA lxc.network.link = br0 lxc.network.name = eth0 lxc.network.hwaddr = 4a:49:43:49:79:bf - lxc.network.ipv4 = 1.2.3.5/24 + lxc.network.ipv4 = 1.2.3.5/24 1.2.3.255 lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597 </programlisting> </refsect2> @@ -616,7 +618,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA lxc.network.flags = up lxc.network.link = br0 lxc.network.hwaddr = 4a:49:43:49:79:bf - lxc.network.ipv4 = 1.2.3.5/24 + lxc.network.ipv4 = 1.2.3.5/24 1.2.3.255 lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597 lxc.network.ipv6 = 2003:db8:1:0:214:5432:feab:3588 lxc.network.type = macvlan |