Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37697911
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
init_netprofile
pickup_options

for host in $HOST; do
$OVS_VSCTL -t $OVS_VSCTL_TIMEOUT -- --may-exist add-port "$NAME" "$host" $OVS_OPTIONS ${OVS_EXTRA+-- $OVS_EXTRA} && print_progress
done
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin