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 503673 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]
updated patch
ifup.patch (text/plain), 1.29 KB, created by
Paolo Bonzini
on 2011-06-08 12:30:22 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Paolo Bonzini
Created:
2011-06-08 12:30:22 UTC
Size:
1.29 KB
patch
obsolete
>--- /etc/xen/scripts/xen-network-common.sh.orig 2011-03-30 19:36:46.000000000 -0400 >+++ /etc/xen/scripts/xen-network-common.sh 2011-04-30 16:33:58.000000000 -0400 >@@ -139,6 +139,10 @@ > ip link set ${dev} up || true > return > fi >+ # Set the MTU of the vif to match the bridge. >+ if [ -e "/sys/class/net/${bridge}/mtu" ]; then >+ ip link set ${dev} mtu `cat /sys/class/net/${bridge}/mtu` >+ fi > brctl addif ${bridge} ${dev} > ip link set ${dev} up > } > >--- /etc/xen/scripts/xen-network-common-bonding.sh.orig 2011-04-30 16:44:18.000000000 -0400 >+++ /etc/xen/scripts/xen-network-common-bonding.sh 2011-04-30 16:56:00.000000000 -0400 >@@ -137,6 +137,10 @@ > ip link set ${dev} up || true > return > fi >+ # Set the MTU of the vif to match the bridge. >+ if [ -e "/sys/class/net/${bridge}/mtu" ]; then >+ ip link set ${dev} mtu `cat /sys/class/net/${bridge}/mtu` >+ fi > brctl addif ${bridge} ${dev} > ip link set ${dev} up > } > >--- /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 ' $* > >+# We set the MTU of the tap interface to that of the bridge. >+mtu=`cat /sys/class/net/$2/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