commit | f6fd368d2e9d96883c03694398164cc16cff50f9 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Feb 12 17:30:39 2013 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Feb 12 17:30:39 2013 -0800 |
tree | d62dda61e30527476a335e69496f8722c7c7fb49 | |
parent | a4289f17baa991ca3aa4106548a5c37194389c50 [diff] |
vzctl set --ipadd/ipdel: support for Fedora 18 CT First, in F18 ifconfig is not included by default, so we (finally) use ip instead. Second, it doesn't like having 127.0.0.1 on venet0, the simplest way to make it like it is to have ARPCHECK="no" in ifcfg-venet0 file. Slightly tested here and there, looks like it works. Heavily based on patch by Konstantin Volkov <wolf@parallels.com>, with all the bugs added by me. Signed-off-by: Kir Kolyshkin <kir@openvz.org>