The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/2926

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Update for commit db74bbd

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From a1c4b8380d5b6e5d775122b33e7128e7eb209877 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Date: Sat, 6 Apr 2019 02:00:53 +0900
Subject: [PATCH] doc: update Japanese lxc-user-nic manpage

Update for commit db74bbd

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
---
 doc/ja/lxc-user-nic.sgml.in | 79 +++++++++++++++++++++++++++++++++----
 1 file changed, 72 insertions(+), 7 deletions(-)

diff --git a/doc/ja/lxc-user-nic.sgml.in b/doc/ja/lxc-user-nic.sgml.in
index 5e577ff09d..ffadf3f202 100644
--- a/doc/ja/lxc-user-nic.sgml.in
+++ b/doc/ja/lxc-user-nic.sgml.in
@@ -46,19 +46,33 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
     <refpurpose>
       <!--
-      Create and attach a nic to another network namespace.
+      Manage nics in another namespace
       -->
-      NIC を作成し、他のネットワーク名前空間に割り当てる
+      現在と異なるネットワーク名前空間の NIC を管理する
     </refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
     <cmdsynopsis>
       <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>type</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>
   </refsynopsisdiv>
 
@@ -68,7 +82,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
     <para>
       <!--
       <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 
コンテナが使うネットワークインターフェースを、特権を持たないユーザが作成できます。
     </para>
@@ -81,10 +96,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <filename>@LXC_USERNIC_DB@</filename>.  It ensures that the calling
       user is privileged over the network namespace to which the interface
       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_DB@</filename> を使ってチェックします。
       これにより、呼び出したユーザが、インターフェースを割り当てるネットワーク名前空間上で特権を持つことが保証されます。
+      <command>lxc-user-nic</command> はネットワークデバイスを削除することもできます。
+      現時点では ovs ポートの削除のみ可能です。
     </para>
 
   </refsect1>
@@ -94,6 +113,33 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
     <title><!-- Options -->オプション</title>
 
     <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>
        <term>
@@ -117,7 +163,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
        <listitem>
          <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
          tunnel endpoint are created.  One endpoint will be attached
          to the specified bridge, while the other will be passed into
@@ -148,12 +194,12 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
       <varlistentry>
        <term>
-         <option><replaceable>nicname</replaceable></option>
+         <option><replaceable>container nicname</replaceable></option>
        </term>
        <listitem>
          <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.
           -->
             コンテナ内に作られるインターフェースの名前。
@@ -162,6 +208,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
        </listitem>
       </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>
 
   </refsect1>
@@ -189,6 +252,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
   <refsect1>
     <title><!-- Author -->作者</title>
+    <para>Christian Brauner <email>christ...@brauner.io</email></para>
+    <para>Serge Hallyn <email>se...@hallyn.com</email></para>
     <para>Daniel Lezcano <email>daniel.lezc...@free.fr</email></para>
   </refsect1>
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to