| commit | db8b18f2287f4b59560025cf93c5cfdf370fc364 | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Thu Jul 01 14:27:06 2010 +0400 |
| committer | Kir Kolyshkin <kir@openvz.org> | Thu Jul 01 14:27:06 2010 +0400 |
| tree | 2ff26630c47daf1cafdef5686c0cadcf585fb27d | |
| parent | 4058c703dd6c8ce0a00436881671d7d1c4d80502 [diff] |
vzctl set: remove obsoleted --veth_{add,del} options
These options were introduced in June 2006 in vzctl-3.0.10
and later in December 2006 (vzctl-3.0.14) were obsoleted
by --netif_{add,del}. Since then vzctl prints warning
then these options are used.
Now, remove these options completely, stop parsing
VETH= line in configuration file and print a warning
that one should remove it and use --netif_* instead.
Signed-off-by: Kir Kolyshkin <kir@openvz.org>