diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2015-10-22 13:39:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:28 +0000 |
commit | 835525c8bb79007b262b10e9f473ebfa1e4c8ceb (patch) | |
tree | eddddca9bbd2ca3d13fcb6f9f183be0e9517e138 /scripts/oe-selftest | |
parent | b13c0be4b0e7cd403d8dc50c10ac6aa215b5fc50 (diff) | |
download | poky-835525c8bb79007b262b10e9f473ebfa1e4c8ceb.tar.gz |
runqemu-ifup: Check if the tap interface is set up correctly
The process to set up a tap interface is as follows:
- tap interface is created
- An IP address is assigned to the tap interface
- The interface is bring up
- A route is added to the target using the tap
interface
Of all the previous steps, only the first one is
check if it was sucessful. The status of the others
are ignored and all of them are required to have
basic connectivity in the target.
This patch adds the checks for the rest of the stpes
needed to set up the tap interface.
[YOCTO #8550]
(From OE-Core rev: 52f6bacffc517198f0d1f24e5418ee4c9cb5442a)
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-selftest')
0 files changed, 0 insertions, 0 deletions