doc: add way to specify broadcast address to Japanese lxc.container.conf(5)

Update for commit 5686798

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
This commit is contained in:
KATOH Yasufumi 2021-10-23 14:53:58 +09:00
parent 4ced441ef9
commit cc6a34b9da

View 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>