Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
c9ca5d6b
Unverified
Commit
c9ca5d6b
authored
Apr 06, 2019
by
KATOH Yasufumi
Committed by
Christian Brauner
May 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update Japanese lxc-user-nic manpage
Update for commit
db74bbd0
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
7c031252
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
72 additions
and
7 deletions
+72
-7
lxc-user-nic.sgml.in
doc/ja/lxc-user-nic.sgml.in
+72
-7
No files found.
doc/ja/lxc-user-nic.sgml.in
View file @
c9ca5d6b
...
@@ -46,19 +46,33 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -46,19 +46,33 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<refpurpose>
<refpurpose>
<!--
<!--
Create and attach a nic to another network namespace.
Manage nics in another namespace
-->
-->
NIC を作成し、他のネットワーク名前空間に割り当て
る
現在と異なるネットワーク名前空間の NIC を管理す
る
</refpurpose>
</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
<cmdsynopsis>
<cmdsynopsis>
<command>lxc-user-nic</command>
<command>lxc-user-nic</command>
<command>create</command>
<arg choice="req"><replaceable>lxcpath</replaceable></arg>
<arg choice="req"><replaceable>name</replaceable></arg>
<arg choice="req"><replaceable>pid</replaceable></arg>
<arg choice="req"><replaceable>pid</replaceable></arg>
<arg choice="req"><replaceable>type</replaceable></arg>
<arg choice="req"><replaceable>type</replaceable></arg>
<arg choice="req"><replaceable>bridge</replaceable></arg>
<arg choice="req"><replaceable>bridge</replaceable></arg>
<arg choice="opt"><replaceable>nicname</replaceable></arg>
<arg choice="opt"><replaceable>container nicname</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>lxc-user-nic</command>
<command>delete</command>
<arg choice="req"><replaceable>lxcpath</replaceable></arg>
<arg choice="req"><replaceable>name</replaceable></arg>
<arg choice="req"><replaceable>path to network namespace</replaceable></arg>
<arg choice="req"><replaceable>type</replaceable></arg>
<arg choice="req"><replaceable>bridge</replaceable></arg>
<arg choice="req"><replaceable>container nicname</replaceable></arg>
</cmdsynopsis>
</cmdsynopsis>
</refsynopsisdiv>
</refsynopsisdiv>
...
@@ -68,7 +82,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -68,7 +82,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<para>
<para>
<!--
<!--
<command>lxc-user-nic</command> is a setuid-root program with which
<command>lxc-user-nic</command> is a setuid-root program with which
unprivileged users may create network interfaces for use by a lxc container.
unprivileged users may create network interfaces for use by a
lxc container.
-->
-->
<command>lxc-user-nic</command> は root に setuid されたプログラムで、lxc コンテナが使うネットワークインターフェースを、特権を持たないユーザが作成できます。
<command>lxc-user-nic</command> は root に setuid されたプログラムで、lxc コンテナが使うネットワークインターフェースを、特権を持たないユーザが作成できます。
</para>
</para>
...
@@ -81,10 +96,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -81,10 +96,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<filename>@LXC_USERNIC_DB@</filename>. It ensures that the calling
<filename>@LXC_USERNIC_DB@</filename>. It ensures that the calling
user is privileged over the network namespace to which the interface
user is privileged over the network namespace to which the interface
will be attached.
will be attached.
<command>lxc-user-nic</command> also allows to delete network devices.
Currently only ovs ports can be deleted.
-->
-->
このプログラムは、<filename>@LXC_USERNIC_CONF@</filename> という設定ファイルを参照して、呼び出したユーザが作成することができるインターフェースの数と、どのブリッジに接続するかを決定します。
このプログラムは、<filename>@LXC_USERNIC_CONF@</filename> という設定ファイルを参照して、呼び出したユーザが作成することができるインターフェースの数と、どのブリッジに接続するかを決定します。
また、ユーザが作成したインターフェースの数を <filename>@LXC_USERNIC_DB@</filename> を使ってチェックします。
また、ユーザが作成したインターフェースの数を <filename>@LXC_USERNIC_DB@</filename> を使ってチェックします。
これにより、呼び出したユーザが、インターフェースを割り当てるネットワーク名前空間上で特権を持つことが保証されます。
これにより、呼び出したユーザが、インターフェースを割り当てるネットワーク名前空間上で特権を持つことが保証されます。
<command>lxc-user-nic</command> はネットワークデバイスを削除することもできます。
現時点では ovs ポートの削除のみ可能です。
</para>
</para>
</refsect1>
</refsect1>
...
@@ -94,6 +113,33 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -94,6 +113,33 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<title><!-- Options -->オプション</title>
<title><!-- Options -->オプション</title>
<variablelist>
<variablelist>
<varlistentry>
<term>
<option><replaceable>lxcpath</replaceable></option>
</term>
<listitem>
<para>
<!--
The path of the container. This is currently not used.
-->
すべてのコンテナが保存されるパス。これは現在使われていません。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option><replaceable>name</replaceable></option>
</term>
<listitem>
<para>
<!--
The name of the container. This is currently not used.
-->
コンテナ名。これは現在使われていません。
</para>
</listitem>
</varlistentry>
<varlistentry>
<varlistentry>
<term>
<term>
...
@@ -117,7 +163,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -117,7 +163,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
The network interface type to attach.
Currently only veth is
The network interface type to attach. Currently only veth is
supported. With this type, two interfaces representing each
supported. With this type, two interfaces representing each
tunnel endpoint are created. One endpoint will be attached
tunnel endpoint are created. One endpoint will be attached
to the specified bridge, while the other will be passed into
to the specified bridge, while the other will be passed into
...
@@ -148,12 +194,12 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -148,12 +194,12 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry>
<varlistentry>
<term>
<term>
<option><replaceable>nicname</replaceable></option>
<option><replaceable>
container
nicname</replaceable></option>
</term>
</term>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
The desired interface name in the container.
This will be
The desired interface name in the container. This will be
<filename>eth0</filename> if unspecified.
<filename>eth0</filename> if unspecified.
-->
-->
コンテナ内に作られるインターフェースの名前。
コンテナ内に作られるインターフェースの名前。
...
@@ -162,6 +208,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -162,6 +208,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<term>
<option><replaceable>path to network namespace</replaceable></option>
</term>
<listitem>
<para>
<!--
A path to open to get a file descriptor for the target
network namespace.
This is only relevant when an veth device is deleted.
-->
対象のネットワーク名前空間のファイルディスクリプタを取得するために open するためのパス。
これは veth デバイスを削除するときのみ関係します。
</para>
</listitem>
</varlistentry>
</variablelist>
</variablelist>
</refsect1>
</refsect1>
...
@@ -189,6 +252,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -189,6 +252,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<refsect1>
<refsect1>
<title><!-- Author -->作者</title>
<title><!-- Author -->作者</title>
<para>Christian Brauner <email>christian@brauner.io</email></para>
<para>Serge Hallyn <email>serge@hallyn.com</email></para>
<para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
<para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
</refsect1>
</refsect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment