commit | 10d2eeae94b861937822c262df8940980fdbdeae | [log] [download] |
---|---|---|
author | Dietmar Maurer <dietmar@maurer-it.com> | Wed Apr 02 22:32:38 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Apr 02 22:32:38 2014 -0700 |
tree | a4ae59fbfa5a2ce374c05ce1c665f3eb2e6a3b40 | |
parent | b040acff756129feebfda9451296d1f2fd9c85cc [diff] |
etc/network/if-up.d/vzifup-post: fix for Wheezy When the following command is ran on Debian Wheezy service networking restart It calls: ifup -a --exclude=lo which sets $ADDRFAM == "meta" and $IFACE == "--all". This leads to a weird looking error from grep (unrecognized option --all). Fix is easy. https://bugzilla.openvz.org/2914 [kir@openvz.org: changelog, use single test expr with -o] Acked-by: Kir Kolyshkin <kir@openvz.org>