Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 494328 Details for
Bug 697310
vif (netback) should take its default MTU from the bridge
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for /etc/xen/qemu-ifup to enable live migration woth large MTUs
qemu-ifup.patch (text/plain), 567 bytes, created by
Madison Kelly
on 2011-04-22 23:10:04 UTC
(
hide
)
Description:
Patch for /etc/xen/qemu-ifup to enable live migration woth large MTUs
Filename:
MIME Type:
Creator:
Madison Kelly
Created:
2011-04-22 23:10:04 UTC
Size:
567 bytes
patch
obsolete
>--- /etc/xen/qemu-ifup.orig 2007-05-18 10:45:21.000000000 -0400 >+++ /etc/xen/qemu-ifup 2011-04-22 18:59:45.000000000 -0400 >@@ -5,5 +5,12 @@ > > echo 'config qemu network with xen bridge for ' $* > >+# This sets the MTU of the tap interface to that of the corresponding ethX >+# device so that the bridge's MTU doesn't drop when the interface is added to >+# it. NOTE: Might be better to use the bridge device or pethX? >+pdev=`echo $1 | sed -e "s/^tap\(.*\)$/eth\1/"` >+mtu=`cat /sys/class/net/$pdev/mtu` >+ > ifconfig $1 0.0.0.0 up >+ifconfig $1 mtu $mtu > brctl addif $2 $1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 697310
:
492725
|
492964
|
494328
|
496016
|
503673
|
503675