Lines Matching refs:BRIDGE
3 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"
72 add_filter_rules "$BRIDGE"
73 start_dnsmasq "$BRIDGE"
79 brctl addif "$BRIDGE" "$1"