]> code.ossystems Code Review - openembedded-core.git/commit
poky-gen-tapdevs: script to create a 'bank' of tap interfaces
authorScott Garman <scott.a.garman@intel.com>
Fri, 1 Oct 2010 03:39:26 +0000 (20:39 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 7 Oct 2010 18:53:46 +0000 (19:53 +0100)
commit8532405c1d6b2184ca88922506b725110a1f7627
tree98b676ccdd35f66c9f59898e5752df86e531e0ad
parent62625d0ca006153169efc3378ad2d30c30e12612
poky-gen-tapdevs: script to create a 'bank' of tap interfaces

This script can be used to create and configure a 'bank' of tap
interfaces that can be used by the poky-qemu script.

It is useful in locked-down enterprise environments where developers
do not have sudo access, but need to be able to run QEMU with
networking. A sysadmin would then use this script to bring up a
number of tap interfaces for the user to make use of.

This fixes [BUGID #391]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/poky-gen-tapdevs [new file with mode: 0755]
scripts/poky-qemu-internal