]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
runqemu-ifupdown/get-tapdevs: Add support for ip tuntap
authorJörg Sommer <joerg.sommer@navimatix.de>
Fri, 9 Jun 2023 08:51:06 +0000 (10:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Jun 2023 21:10:29 +0000 (22:10 +0100)
commit424ede206baae1c228583aab1df6c18513ac104f
tree388f993787320288dc81575405a3a1aa207a5a5b
parent351577761d0712a005eda9dde9215558ca9a1fe9
runqemu-ifupdown/get-tapdevs: Add support for ip tuntap

The *ip* command supports the creation and destruction of TAP devices since
2009 and might be more likely installed on systems then *tunctl*. Therefore
it should be tried to setup or teardown the TAP interface with *ip* before
falling back to *tunctl*.

https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=580fbd88f75cc9eea0d28a48c025b090eb9419a7

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/runqemu-gen-tapdevs
scripts/runqemu-ifdown
scripts/runqemu-ifup