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 492964 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 to xen-network-common.sh to enable large MTU on vif's
xen-network-common.sh.patch (text/plain), 624 bytes, created by
Madison Kelly
on 2011-04-18 17:17:35 UTC
(
hide
)
Description:
Patch to xen-network-common.sh to enable large MTU on vif's
Filename:
MIME Type:
Creator:
Madison Kelly
Created:
2011-04-18 17:17:35 UTC
Size:
624 bytes
patch
obsolete
>--- xen-network-common.sh.orig 2011-04-18 12:58:28.000000000 -0400 >+++ xen-network-common.sh 2011-04-18 12:56:25.000000000 -0400 >@@ -96,6 +96,10 @@ > local dev="$1" > local pmac="${2-fe:ff:ff:ff:ff:ff}" > >+ # Get the MTU of the related physical interface. >+ pdev=`echo $dev | sed -e "s/^vif\(.*\)\.\(.*\)$/peth\2/"` >+ mtu=`cat /sys/class/net/$pdev/mtu` >+ > # take interface down ... > ip link set ${dev} down > >@@ -103,6 +107,7 @@ > ip link set ${dev} arp off > ip link set ${dev} multicast off > ip link set ${dev} addr ${pmac} >+ ip link set ${dev} mtu ${mtu} > ip addr flush ${dev} > } >
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