From cc6a34b9da9a536e41898237ffabe7831d482f60 Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Sat, 23 Oct 2021 14:53:58 +0900 Subject: [PATCH] doc: add way to specify broadcast address to Japanese lxc.container.conf(5) Update for commit 5686798 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 5 +++++ 1 file changed, 5 insertions(+) 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 アドレスから自動的に計算されます。