Home
last modified time | relevance | path

Searched refs:BRIDGE (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/tools/qemu/
Difup-nat3 BRIDGE=dragonos-bridge
15 if brctl show | grep "^$BRIDGE" &> /dev/null; then
24 brctl addbr "$BRIDGE"
25 brctl stp "$BRIDGE" on
26 brctl setfd "$BRIDGE" 0
27 ifconfig "$BRIDGE" "$GATEWAY" netmask "$NETMASK" up
52 --interface=$BRIDGE \
57 --pid-file=/var/run/qemu-dhcp-$BRIDGE.pid \
58 --dhcp-leasefile=/var/run/qemu-dhcp-$BRIDGE.leases \
67 check_bridge "$BRIDGE"
[all …]
Difdown-nat2 BRIDGE=dragonos-bridge
6 brctl delif "$BRIDGE" $1
9 ip link set "$BRIDGE" down
10 brctl delbr "$BRIDGE"
14 echo "网桥 $BRIDGE 卸载成功"