]> git.proxmox.com Git - mirror_lxc.git/commitdiff
doc: add way to specify broadcast address to Japanese lxc.container.conf(5)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Sat, 23 Oct 2021 05:53:58 +0000 (14:53 +0900)
committerKATOH Yasufumi <karma@jazz.email.ne.jp>
Sat, 23 Oct 2021 05:53:58 +0000 (14:53 +0900)
Update for commit 5686798

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
doc/ja/lxc.container.conf.sgml.in

index a81457018161a0d44117ccd0a4d6f0a34513bbf2..94304c7b8d7c6287709943e32d169d8cb10a82f5 100644 (file)
@@ -894,8 +894,13 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
               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 アドレスから自動的に計算されます。
             </para>
           </listitem>
         </varlistentry>