Changes between Version 19 and Version 20 of TipAndDoc/Linux/LXC


Ignore:
Timestamp:
Dec 27, 2012 10:04:28 PM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux/LXC

    v19 v20  
    2424  * man 5 lxc.conf 
    2525  > By default lxc choose a name for the network device belonging to the outside of the container, this name is handled by lxc, but if you wish to handle this name yourself, you can tell lxc to set a specific name with the {{{lxc.network.veth.pair}}} option. 
    26  * [http://lxc.git.sourceforge.net/git/gitweb.cgi?p=lxc/lxc;a=blob;f=src/lxc/conf.c;h=2eb598bc6b4511a91b2122beb54db27a7c12491f;hb=6371febf3c7d181cb0f11209df67c35f9d7b233b#l1376 SourceForge - lxc/lxc/blob - src/lxc/conf.c] 
    27  > {{{static int instanciate_veth(struct lxc_handler *handler, struct lxc_netdev *netdev)}}} 
     26 * 指定しない場合、mktemp("vethXXXXXX")で決定される 
     27  * [http://lxc.git.sourceforge.net/git/gitweb.cgi?p=lxc/lxc;a=blob;f=src/lxc/conf.c;h=2eb598bc6b4511a91b2122beb54db27a7c12491f;hb=6371febf3c7d181cb0f11209df67c35f9d7b233b#l1376 SourceForge - lxc/lxc/blob - src/lxc/conf.c] 
     28  > {{{static int instanciate_veth(struct lxc_handler *handler, struct lxc_netdev *netdev)}}} 
     29  * ホスト側の物理NIC(lxc.network.link)とリンクするveth1の名前やifindexを外部から知る手段が無い模様 
    2830 
    2931 * mitty@precise:~$ lxc-create -t ubuntu -h