Searched refs:bridge (Results 1 – 25 of 33) sorted by relevance
12
/xen/tools/hotplug/Linux/ |
A D | vif-bridge | 31 bridge=${bridge:-} 32 bridge=$(xenstore_read_default "$XENBUS_PATH/bridge" "$bridge") 34 if [ -z "$bridge" ]; then 38 bridge=$(bridge link | cut -d" " -f7) 40 if [ -z "$bridge" ] 67 bridge="eth${bridge#xenbr}" 76 fatal "Could not find bridge device $bridge" 82 set_mtu "$bridge" "$dev" 83 add_to_bridge "$bridge" "$dev" 97 set_mtu "$bridge" "$dev" [all …]
|
A D | xen-network-common.sh | 110 local bridge=$1 113 if [ ! -e "/sys/class/net/${bridge}/bridge" ]; then 115 brctl addbr ${bridge} 116 brctl stp ${bridge} off 117 brctl setfd ${bridge} 0 119 ip link add name ${bridge} type bridge stp_state 0 forward_delay 0 126 local bridge=$1 130 if [ -e "/sys/class/net/${bridge}/brif/${dev}" ]; then 135 brctl addif ${bridge} ${dev} 137 ip link set ${dev} master ${bridge} [all …]
|
A D | vif2 | 7 bridge=$(xenstore_read_default "$XENBUS_PATH/bridge" "$bridge") 8 if [ -z "$bridge" ] 13 nr_bridges=$(bridge link | wc -l) 20 bridge=$(brctl show | cut -d " 23 bridge=$(bridge link | cut -d" " -f6) 32 if [ "$bridge" != "-" ] 35 add_to_bridge "$bridge" "$vif"
|
A D | vif-openvswitch | 61 local bridge="$(xenstore_read_default "$XENBUS_PATH/bridge" "$bridge")" 64 if [[ $bridge =~ ^([^.:]+)(\.([[:digit:]]+))?(:([[:digit:]]+(:[[:digit:]]+)*))?$ ]]; then 65 bridge="${BASH_REMATCH[1]}" 84 -- add-port "$bridge" $dev $tag_arg $trunk_arg $vif_details
|
A D | colo-proxy-setup | 22 : ${bridge:?} 80 do_without_error brctl delif $bridge $vifname 86 do_without_error ip link add name $forwardbr type bridge 105 do_without_error brctl addif $bridge $vifname 109 do_without_error ip link delete $forwardbr type bridge 110 do_without_error ip link set $vifname master $bridge
|
A D | vif-setup.in | 7 exec @XEN_SCRIPT_DIR@/vif-bridge $*
|
A D | Makefile | 5 XEN_SCRIPTS = vif-bridge
|
/xen/tools/hotplug/FreeBSD/ |
A D | vif-bridge | 24 bridge=$(xenstore-read "$path/bridge") 25 mtu=$(ifconfig $bridge | sed -n 's/.*mtu \([0-9]*\)$/\1/p') 27 ifconfig $bridge addm $iface_dev 33 bridge=$(xenstore-read "$path/bridge") 35 ifconfig $bridge deletem $iface_dev
|
A D | Makefile | 5 XEN_SCRIPTS = vif-bridge block
|
/xen/tools/examples/ |
A D | README.incompatibilities | 11 brctl show <bridge> fails on SLES9 SP2. Workaround is to use brctl show 13 to check for a specific bridge-interface pair, since brctl does not show the 14 bridge name on every line.
|
A D | README | 21 vif-bridge - virtual network start/stop script in bridged mode 22 vif-common.sh - sourced by vif-bridge
|
/xen/docs/figs/ |
A D | network-bridge.fig | 108 4 0 0 50 -1 0 16 1.5708 4 255 1185 2520 5490 O/S bridge\001 110 4 0 0 50 -1 0 20 0.0000 4 300 840 4680 4590 bridge\001
|
A D | Makefile | 6 TARGETS= network-bridge.png network-basic.png
|
/xen/tools/hotplug/Linux/vif-post.d/ |
A D | 00-vif-local.hook | 5 # This script will be sourced by, e.g., vif-bridge after the hotplugging 6 # system calls vif-bridge. The script is here and not simply executed as
|
/xen/docs/man/ |
A D | xl-network-configuration.5.pod | 21 'mac=00:16:3E:74:3d:76,model=rtl8139,bridge=xenbr0' 27 vif = [ 'mac=00:16:3E:74:34:32', 'mac=00:16:3e:5f:48:e4,bridge=xenbr1' ] 86 =head2 bridge section 88 Specifies the name of the network bridge which this VIF should be 89 added to. The default is C<xenbr0>. The bridge must be configured using 171 add it to the relevant bridge). Defaults to 172 C<XEN_SCRIPT_DIR/vif-bridge> but can be set to any script. Some example
|
A D | xl.conf.5.pod | 110 Default: C</etc/xen/scripts/vif-bridge> 112 =item B<vif.default.bridge="NAME"> 114 Configures the default bridge to set for virtual network devices.
|
/xen/tools/xl/ |
A D | xl_nic.c | 35 free(nic->bridge); in set_default_nic_values() 36 nic->bridge = strdup(default_bridge); in set_default_nic_values()
|
/xen/tools/libxl/ |
A D | libxl_nic.c | 81 if (!nic->bridge) { in libxl__device_nic_setdefault() 82 nic->bridge = strdup("xenbr0"); in libxl__device_nic_setdefault() 83 if (!nic->bridge) return ERROR_NOMEM; in libxl__device_nic_setdefault() 227 flexarray_append(back, libxl__strdup(gc, nic->bridge)); in libxl__set_xenstore_nic() 296 (const char **)(&nic->bridge)); in libxl__nic_from_xenstore()
|
A D | libxlu_cfg_l.l | 45 %option bison-bridge
|
A D | libxl_colo_nic.c | 115 env[nr++] = libxl__strdup(gc, nic->bridge); in setup_async_exec()
|
/xen/automation/build/archlinux/ |
A D | current.dockerfile | 11 bridge-utils \
|
/xen/tools/hotplug/NetBSD/ |
A D | Makefile | 7 XEN_SCRIPTS += vif-bridge
|
/xen/docs/misc/ |
A D | vtpm-platforms.txt | 56 vif=['mac=00:01:02:03:04:05,bridge=br0'] 63 vif=['mac=00:01:02:03:04:06,bridge=br0']
|
A D | vtd.txt | 143 PCIe-to-PCI bridge have to be assigned to the same domain.
|
/xen/ |
A D | README | 60 * bridge-utils package (/sbin/brctl)
|
Completed in 23 milliseconds
12