Changes between Version 21 and Version 22 of TipAndDoc/Linux/LXC
- Timestamp:
- Dec 27, 2012 10:43:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Linux/LXC
v21 v22 37 37 > {{{static int instanciate_veth(struct lxc_handler *handler, struct lxc_netdev *netdev)}}} 38 38 * ホスト側の物理NIC(lxc.network.link)とリンクするveth1の名前やifindexを外部から知る手段が無い模様 39 * $ sudo lxc-start -d -n test -o test.log -l DEBUG 40 {{{ 41 lxc-start 1356615687.534 DEBUG lxc_conf - instanciated veth 'vethtgqRWu/vethnwRgNf', index is '99' 42 }}} 43 * {{{lxc.network.veth.pair = vtest}}} とすると以下の様になる 44 {{{ 45 lxc-start 1356615810.522 DEBUG lxc_conf - instanciated veth 'vtest/vethA3QwQ9', index is '102' 46 }}} 39 47 40 48 * mitty@precise:~$ lxc-create -t ubuntu -h