]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/runqemu-ifup: Fix 10 or more tap devices
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Jun 2023 14:46:37 +0000 (15:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Jun 2023 14:46:45 +0000 (15:46 +0100)
commit4c6d0f3ddbb76bde7f35edeb280fe56a9a00f91b
tree14f0acb2b43dd9e442c1fe90305a65a54cbada0d
parent5d4818e836747a83f55bad8a00a9d3cd6e80c5dc
scripts/runqemu-ifup: Fix 10 or more tap devices

The use of sort means that tap10 and tap1 don't sort correctly. Tweak
the shell expression to correctly handle numbers of tap devices of 10
or more.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-ifup