From 5686798d8ec45daa3a8084831cf69734af577488 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Tue, 10 Aug 2021 11:32:30 +0100 Subject: [PATCH] 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 --- doc/lxc.container.conf.sgml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 36e2cb2f2..022ef869f 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -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. -- 2.47.2