Revision 7a562e5e tools/kvm-ifup.in

b/tools/kvm-ifup.in
21 21
source @PKGLIBDIR@/net-common
22 22

  
23 23
# Execute the user-supplied network script, if applicable
24
if [ -x "$CONF_DIR/kvm-vif-bridge" ]; then
25
  exec $CONF_DIR/kvm-vif-bridge
24
if [ -x "$CONF_DIR/kvm-ifup-custom" ]; then
25
  exec $CONF_DIR/kvm-ifup-custom "$@"
26 26
fi
27 27

  
28 28
check

Also available in: Unified diff