]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Adds mention of ability to specify manual IPv4 broadcast address 3927/head
authorThomas Parrott <thomas.parrott@canonical.com>
Tue, 10 Aug 2021 10:32:30 +0000 (11:32 +0100)
committerThomas Parrott <thomas.parrott@canonical.com>
Tue, 10 Aug 2021 10:32:30 +0000 (11:32 +0100)
See also https://github.com/lxc/lxd/pull/9103

Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
doc/lxc.container.conf.sgml.in

index 36e2cb2f20a07048c9ada47366040dde2a4ff839..022ef869fe3d6ce3f1c905d07da06601521899ab 100644 (file)
@@ -661,6 +661,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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.
+              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>
           </listitem>
         </varlistentry>