Lines Matching refs:bridge
151 bridge \
263 jng_bridge_usage="bridge [-b BRIDGE_NAME] NAME [!|=]iface0 [[!|=]iface1 ...]"
271 [ "$bridge" ] || action_usage bridge ;; # NOTREACHED
279 action_usage bridge # NOTREACHED
310 if ! ngctl info ${iface}bridge: > /dev/null 2>&1; then
311 ngctl mkpeer $iface: bridge lower link0 || return
314 ngctl name $iface:lower ${iface}bridge || return
320 if [ "$bridge" != "bridge" ] &&
321 ! ngctl info "$iface$bridge:" > /dev/null 2>&1
324 while ngctl msg ${iface}bridge: getstats $num \
329 ngctl mkpeer $iface:lower bridge link$num link1 ||
331 ngctl name ${iface}bridge:link$num "$iface$bridge" ||
337 while ngctl msg "$iface$bridge:" getstats $num > /dev/null 2>&1
341 ngctl mkpeer "$iface$bridge:" eiface link$num ether || return
347 new=$( set -- `ngctl show -n "$iface$bridge:link$num"` &&
349 ngctl name "$iface$bridge:link$num" $eiface || return
422 xargs -rn1 -Ibridge ngctl show bridge: |