Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.950
qemu-ifup-set-mtu.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qemu-ifup-set-mtu.patch of Package xen.950
Index: xen-4.2.3-testing/tools/qemu-xen-traditional-dir-remote/i386-dm/qemu-ifup-Linux =================================================================== --- xen-4.2.3-testing.orig/tools/qemu-xen-traditional-dir-remote/i386-dm/qemu-ifup-Linux +++ xen-4.2.3-testing/tools/qemu-xen-traditional-dir-remote/i386-dm/qemu-ifup-Linux @@ -20,4 +20,11 @@ then fi ifconfig $1 0.0.0.0 up + +mtu="`ip link show $bridge | awk '/mtu/ { print $5 }'`" +if [ -n "$mtu" ] && [ "$mtu" -gt 0 ] +then + ip link set $1 mtu $mtu || : +fi + brctl addif $bridge $1 || true
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor