Searched refs:BRIDGE (Results 1 – 2 of 2) sorted by relevance
3 BRIDGE=dragonos-bridge15 if brctl show | grep "^$BRIDGE" &> /dev/null; then24 brctl addbr "$BRIDGE"25 brctl stp "$BRIDGE" on26 brctl setfd "$BRIDGE" 027 ifconfig "$BRIDGE" "$GATEWAY" netmask "$NETMASK" up52 --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 …]
2 BRIDGE=dragonos-bridge6 brctl delif "$BRIDGE" $19 ip link set "$BRIDGE" down10 brctl delbr "$BRIDGE"14 echo "网桥 $BRIDGE 卸载成功"