bugfix: Remove dependency on ifconfig 11/14511/1
authorMartin Klozik <martinx.klozik@intel.com>
Fri, 20 May 2016 12:24:15 +0000 (13:24 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Mon, 23 May 2016 09:55:13 +0000 (10:55 +0100)
commit2e259679732ed4e0464992b4cae04a4cf4d88000
tree5447fe57512d63f2a4a42418cbfca23bd2c37ba7
parent0fe49968263ef8aa6094a014eb7dac8d80add311
bugfix: Remove dependency on ifconfig

VSPERF uses ifconfig at several places to bring up
a networking interface. However ifconfig has been
deprecated by iproute2 package and it is not available
in standard installation of many Linux distributions.
Thus all calls of ifconfig have been replaced by
call of 'ip' tool.

Change-Id: I935eaf85b6082e4641d12cffea3e0882c634e5ea
JIRA: VSPERF-299
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
core/vswitch_controller_op2p.py
vnfs/qemu/qemu.py
vswitches/ovs_vanilla.py