]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: fix networking issues
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 21 May 2013 07:38:40 +0000 (10:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:01 +0000 (14:07 +0100)
commita286514e2311f52b54d3571dbac6d34aff39e591
tree15836b0b8566a0dc2a0878f45e2f9b0ea295cad4
parent6edee60964a1bc367229239175426bdf175efa62
runqemu: fix networking issues

After switching from ifconfig to ip, networking stopped working. This
commit contains the following fixes:

 * set a decent broadcast address for the tap device;
 * bring up the device;
 * add the route using ip tool instead of the old route tool;

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu-ifup