Searched refs:BRIDGE (Results 1 – 1 of 1) sorted by relevance
10 : ${BRIDGE:=usbeth}64 echo " -b bridge_name BRIDGE=$BRIDGE"178 sudo brctl addbr $BRIDGE || return 0 # all good179 sudo brctl setfd $BRIDGE 0181 sudo brctl addif $BRIDGE $LAN_DEV182 sudo dhclient $BRIDGE || {190 sudo brctl delif $BRIDGE $HOST_DEV 2>/dev/null || true # ignore192 sudo brctl addif $BRIDGE $HOST_DEV195 sudo ifconfig $BRIDGE down || true # ignore errors196 sudo brctl delbr $BRIDGE || true[all …]