Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 216281 Details for
Bug 319121
kernel: peth0: received packet with own address as source address
[?]
New
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.rh83 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 that was found on xensource
context.diff (text/plain), 851 bytes, created by
Shane Bradley
on 2007-10-04 19:39:36 UTC
(
hide
)
Description:
patch that was found on xensource
Filename:
MIME Type:
Creator:
Shane Bradley
Created:
2007-10-04 19:39:36 UTC
Size:
851 bytes
patch
obsolete
>*** network-bridge 2007-04-20 02:41:09.000000000 -0400 >--- network-bridge-new 2007-04-20 02:48:16.000000000 -0400 >*************** >*** 51,56 **** >--- 51,60 ---- > # > #============================================================================ > >+ #macid is used to uniquely identify this dom0 on this network >+ #change this to avoid MAC address conflicts if you get: >+ #"peth0: received packet with own address as source address" >+ macid="F0" > > dir=$(dirname "$0") > . "$dir/xen-script-common.sh" >*************** >*** 218,223 **** >--- 222,230 ---- > setup_bridge_port ${vif0} > ip link set ${netdev} addr ${mac} arp on > >+ ip link set ${pdev} addr fe:ff:ff:ff:${macid}:0${vifnum} >+ ip link set ${vif0} addr fe:ff:ff:ff:${macid}:0${vifnum} >+ > ip link set ${bridge} up > add_to_bridge ${bridge} ${vif0} > add_to_bridge2 ${bridge} ${pdev}
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 319121
: 216281 |
235281