qemu-ifup and qemu-ifdown
Posted lusix
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了qemu-ifup and qemu-ifdown相关的知识,希望对你有一定的参考价值。
#!/bin/sh
set -x
switch=br0
if [ -n " $1 " ]; then
/usr/sbin/tunctl -t $1
/sbin/ip link set $1 up
sleep 0.5s
/usr/sbin/brctl addif $switch $1
exit 0
else
echo " Error : no interface specified "
exit 1
fi
以上是关于qemu-ifup and qemu-ifdown的主要内容,如果未能解决你的问题,请参考以下文章
(OrElse and Or) and (AndAlso and And) - 啥时候使用?
Alert and Action sheets and Timer and Animation