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 492725 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 vif-bridge
vif-bridge.patch (text/plain), 417 bytes, created by
Madison Kelly
on 2011-04-17 16:48:15 UTC
(
hide
)
Description:
patch for vif-bridge
Filename:
MIME Type:
Creator:
Madison Kelly
Created:
2011-04-17 16:48:15 UTC
Size:
417 bytes
patch
obsolete
>--- vif-bridge.orig 2011-04-17 01:58:49.000000000 -0400 >+++ vif-bridge 2011-04-17 11:20:14.000000000 -0400 >@@ -56,6 +56,11 @@ > case "$command" in > online) > setup_bridge_port "$vif" >+ mtu="`ip link show $bridge | awk '/mtu/ { print $5 }'`" >+ if [ -n "$mtu" ] && [ "$mtu" -gt 0 ] >+ then >+ ip link set $vif mtu $mtu || : >+ fi > add_to_bridge "$bridge" "$vif" > ;; >
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