Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37708246
en ru br
ALT Linux repos
S:3.1.2-alt1

Group :: Networking/Other
RPM: openvswitch

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/bash

pickup_defaults
pickup_options

[ -x "${OVS_VSCTL:=$DEFAULT_OVS_VSCTL}" ] || {
print_error "$OVS_VSCTL does not exist or is not executable. Try installing openvswitch RPM."
exit 1
}

iface_is_up $BRIDGE || $SCRIPTDIR/ifup $BRIDGE

$OVS_VSCTL -t $OVS_VSCTL_TIMEOUT -- --fake-iface add-bond "$BRIDGE" "$NAME" $HOST $OVS_OPTIONS ${OVS_EXTRA+-- $OVS_EXTRA}
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin