2
0
mirror of git://github.com/lxc/lxc synced 2025-09-04 19:09:32 +00:00

doc: Adds mention of ability to specify manual IPv4 broadcast address

See also https://github.com/lxc/lxd/pull/9103

Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
This commit is contained in:
Thomas Parrott
2021-08-10 11:32:30 +01:00
committed by Christian Brauner
parent 5210178135
commit aa96b8e35b

View File

@@ -655,6 +655,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Specify the ipv4 address to assign to the virtualized interface. Specify the ipv4 address to assign to the virtualized interface.
Several lines specify several ipv4 addresses. The address is in Several lines specify several ipv4 addresses. The address is in
format x.y.z.t/m, eg. 192.168.1.123/24. format x.y.z.t/m, eg. 192.168.1.123/24.
You can optionally specify the broadcast address after the IP adress,
e.g. 192.168.1.123/24 255.255.255.255.
Otherwise it is automatically calculated from the IP address.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>