Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Verlässliche Systemsoftware
projects
osv
153f6513f13ff9e49cf98ca81ad9ec46e1747671
osv
scripts
qemu-ifup.sh
Find file
Normal view
Permalink
qemu-ifup.sh
95 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
Add vhost invocation option
Dor Laor
committed
11 years ago
1
2
3
#!/bin/sh
echo
SCRIPT,
$1
Configure the bridge for spanning tree off
Dor Laor
committed
11 years ago
4
brctl stp
$OSV_BRIDGE
off
run.py: configurable bridge name for qemu with vhost configurations
Dmitry Fleytman
committed
11 years ago
5
brctl addif
$OSV_BRIDGE
$1
Add vhost invocation option
Dor Laor
committed
11 years ago
6
ifconfig
$1
up