| commit | 43b15e82d4d492415ca0f8c0e8bdc3fae6a5e94a | [log] [download] |
|---|---|---|
| author | Derek Poon <derekp@ece.ubc.ca> | Thu Apr 22 14:39:01 2010 -0700 |
| committer | Kir Kolyshkin <kir@openvz.org> | Fri Apr 23 18:45:59 2010 +0400 |
| tree | fff261f81dfaef3800d6864c43734d75a66abc89 | |
| parent | 36182efba7832186a6ece6e327ee6170468b67c9 [diff] |
Fixed ifup error on Debian When running /sbin/ifup vmbr1, the following error appears: Usage: vzarp-ifup DEVICE run-parts: /etc/network/if-up.d/vzifup-post exited with return code 1 According to Debian's interfaces(5), the interface name is passed to post-up scripts via the $IFACE environment variable, not via a command-line argument as in SuSE.