Lines Matching full:interface
16 original paravirtual interface is registered as 'standby' slave netdev and
19 'pci' device. The user accesses the network interface via 'failover' netdev.
35 feature on the virtio-net interface and assign the same MAC address to both
41 <interface type='network'>
50 </interface>
51 <interface type='hostdev' managed='yes'>
57 </interface>
60 interface and this acts as the 'persistent' device indicating that this
61 interface will always be plugged in. This is specified by the 'teaming' tag with
67 The second device definition is for the VF passthrough interface. Here the
87 Here, ens10 is the 'failover' master interface, ens10nsby is the slave 'standby'
88 virtio-net interface, and ens11 is the slave 'primary' VF passthrough interface.
102 local working="$cfgdir/.$INTERFACE"
103 local final="$cfgdir/$INTERFACE"
105 + if [ -d "/sys/class/net/${INTERFACE}/master" ]; then exit 0; fi
107 if ifup --no-act "$INTERFACE" > /dev/null 2>&1; then
108 # interface is already known to ifupdown, no need to generate cfg
109 log "Skipping configuration generation for $INTERFACE"
127 <interface type='hostdev' managed='yes'>
133 </interface>
142 TAP_IF=vmtap01 # virtio-net interface in the VM.
148 # Set the virtio-net interface up.
157 # the VF -> br0 -> vnet interface path.
174 interface::