From: KATOH Yasufumi Date: Sat, 23 Oct 2021 05:53:58 +0000 (+0900) Subject: doc: add way to specify broadcast address to Japanese lxc.container.conf(5) X-Git-Tag: lxc-5.0.0~65^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6a34b9da9a536e41898237ffabe7831d482f60;p=thirdparty%2Flxc.git doc: add way to specify broadcast address to Japanese lxc.container.conf(5) Update for commit 5686798 Signed-off-by: KATOH Yasufumi --- diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index a81457018..94304c7b8 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b/doc/ja/lxc.container.conf.sgml.in @@ -894,8 +894,13 @@ by KATOH Yasufumi 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. --> 仮想インターフェースに割り当てる ipv4 アドレスを指定します。複数行により複数の ipv4 アドレスを指定します。このアドレスは x.y.z.t/m というフォーマットで指定します。例) 192.168.1.123/24 + IP アドレスのあとにオプションでブロードキャストアドレスを指定できます。例)192.168.1.123/24 255.255.255.255 + 指定しなければ IP アドレスから自動的に計算されます。