Home
last modified time | relevance | path

Searched refs:vif (Results 1 – 25 of 32) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook2 # ${XEN_SCRIPT_DIR}/vif-post.d/00-vif-local.hook
4 # Script for performing local configuration of a vif.
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
8 # variables set by the calling vif-* script.
12 # dev vif interface name (required).
14 # ip list of IP networks for the vif, space-separated
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dremus-netbuf-setup161 local vif=$1
164 do_or_die tc qdisc add dev "$vif" ingress
166 tc filter add dev "$vif" parent ffff: proto ip prio 10 \
171 do_without_error tc qdisc del dev "$vif" ingress
172 fatal "Failed to redirect traffic from $vif to $ifb"
177 local vif=$1
183 do_without_error tc qdisc del dev "$vif" ingress
193 local vif=$1
207 do_without_error tc qdisc del dev "$vif" ingress
A Dvif-common.sh43 : ${type_if:=vif}
46 vif)
47 dev=$vif
60 test "$type_if" != vif && exit 0
82 if [ "$type_if" = vif ]; then
A DMakefile15 XEN_SCRIPTS = vif-bridge
16 XEN_SCRIPTS += vif-route
17 XEN_SCRIPTS += vif-nat
18 XEN_SCRIPTS += vif-openvswitch
20 XEN_SCRIPTS += vif-setup
38 XEN_SCRIPT_DATA += xen-hotplug-common.sh xen-network-common.sh vif-common.sh
A Dvif226 setup_virtual_bridge_port "$vif"
27 add_to_bridge "$bridge" "$vif"
A Dvif-bridge98 call_hooks vif post
101 if [ "$type_if" = vif -a "$command" = "online" ]
A Dvif-openvswitch102 if [ "$type_if" = vif ]; then
107 if [ "$type_if" = vif -a "$command" = "online" ]; then
A Dvif-setup.in7 exec @XEN_SCRIPT_DIR@/vif-bridge $*
A Dvif-route48 call_hooks vif post
A Dvif-nat184 call_hooks vif post
/xen-4.10.0-shim-comet/tools/examples/
A DREADME21 vif-bridge - virtual network start/stop script in bridged mode
22 vif-common.sh - sourced by vif-bridge
23 vif-nat - xen virtual network start/stop script in NAT mode
24 vif-route - xen virtual network start/stop script in routed mode
25 xen-backend.agent - calls block, vif-* scripts to add, remove, hotplug
27 xen-hotplug-common.sh - sourced by vif-common.sh
28 xen-network-common.sh - sourced by vif-common.sh
A Dxlexample.pvhlinux37 vif = [ '' ]
A Dxlexample.pvlinux39 vif = [ '' ]
A Dxlexample.hvm38 vif = [ '' ]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_colo_nic.c98 const char *const vif = colo_nic->vif; in setup_async_exec() local
103 env[nr++] = libxl__strdup(gc, vif); in setup_async_exec()
166 colo_nic->vif = get_vifname(dev, nic); in colo_nic_setup()
167 if (!colo_nic->vif) { in colo_nic_setup()
199 const char *const vif = colo_nic->vif; in colo_save_setup_script_cb() local
217 aes->args[0], vif, hotplug_error); in colo_save_setup_script_cb()
236 if (!colo_nic || !colo_nic->vif) { in colo_nic_teardown()
A Dcheck-xl-vif-parse12 fprefix=tmp.check-xl-vif-parse
64 vif: {
88 vif: {
111 vif: {
134 vif: {
175 vif: {
A Dlibxl_netbuffer.c31 const char *vif; member
258 const char *const vif = remus_nic->vif; in setup_async_exec() local
264 env[nr++] = libxl__strdup(gc, vif); in setup_async_exec()
316 remus_nic->vif = get_vifname(dev, nic); in nic_setup()
317 if (!remus_nic->vif) { in nic_setup()
354 const char *const vif = remus_nic->vif; in netbuf_setup_script_cb() local
375 domid, vif); in netbuf_setup_script_cb()
391 rs->netbufscript, vif, hotplug_error); in netbuf_setup_script_cb()
401 LOGD(DEBUG, domid, "%s will buffer packets from vif %s", *ifb, vif); in netbuf_setup_script_cb()
A Dlibxl_colo.h54 const char *vif; member
/xen-4.10.0-shim-comet/docs/man/
A Dxl-network-configuration.pod.510 This document specifies the xl config file format vif configuration
13 vif = [ '<vifspec>', '<vifspec>', ... ]
27 vif = [ 'mac=00:16:3E:74:34:32', 'mac=00:16:3e:5f:48:e4,bridge=xenbr1' ]
32 Each device has a C<DEVID> which is its index within the vif list, starting from 0.
98 by the vif-route hotplug script. See L<wiki|http://wiki.xen.org/wiki/Vif-route> for guidance and
122 C<vif> -- this device will be provided as a paravirtualised device
172 C<XEN_SCRIPT_DIR/vif-bridge> but can be set to any script. Some example
226 It determines the frequency at which the vif transmission credit
A Dxl.conf.pod.592 =item B<vif.default.script="PATH">
98 Default: C</etc/xen/scripts/vif-bridge>
100 =item B<vif.default.bridge="NAME">
108 =item B<vif.default.backend="NAME">
114 =item B<vif.default.gatewaydev="NAME">
/xen-4.10.0-shim-comet/tools/hotplug/NetBSD/
A DMakefile7 XEN_SCRIPTS += vif-bridge
8 XEN_SCRIPTS += vif-ip
/xen-4.10.0-shim-comet/tools/hotplug/FreeBSD/
A DMakefile5 XEN_SCRIPTS = vif-bridge block
/xen-4.10.0-shim-comet/stubdom/
A Dstubdom-dm135 echo -n "vif = [ " >> ${stubdom_configdir}/$domname-dm
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-paths.markdown287 #### ~/device/vif/$DEVID/* []
367 #### ~/backend/vif/$DOMID/$DEVID/* []
486 #### ~/feature/hotplug/vif = ("0"|"1") [w]
491 respectively, new vif by bringing online a new PV network device or
498 #### ~/attr/vif/$DEVID/name = STRING [w]
505 #### ~/attr/vif/$DEVID/mac/$INDEX = MAC_ADDRESS [w]
513 #### ~/attr/vif/$DEVID/ipv4/$INDEX = IPV4_ADDRESS [w]
514 #### ~/attr/vif/$DEVID/ipv6/$INDEX = IPV6_ADDRESS [w]
601 ifb device used by Remus to buffer network output from the associated vif.
A Dvtpm-platforms.txt56 vif=['mac=00:01:02:03:04:05,bridge=br0']
63 vif=['mac=00:01:02:03:04:06,bridge=br0']

Completed in 23 milliseconds

12