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 160718 Details for
Bug 250942
IPv6 setup: fix default IPv6 address to IPV6ADDR in case of IPV6ADDR_SECONDARIES are used
[?]
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 to fix the address order
ifup-ipv6.diff (text/x-patch), 639 bytes, created by
Peter Bieringer
on 2007-08-05 19:32:23 UTC
(
hide
)
Description:
Patch to fix the address order
Filename:
MIME Type:
Creator:
Peter Bieringer
Created:
2007-08-05 19:32:23 UTC
Size:
639 bytes
patch
obsolete
>--- ifup-ipv6 2007-01-17 20:41:50.000000000 +0100 >+++ ifup-ipv6.ds6.stripped 2007-08-05 21:25:23.000000000 +0200 >@@ -138,6 +161,14 @@ > for ipv6addr in $IPV6ADDR_SECONDARIES; do > ipv6_add_addr_on_device $DEVICE $ipv6addr > done >+ if [ -n "$IPV6ADDR" ]; then >+ # Check whether IPV6ADDR is still first address in list >+ ipv6addr_first="`ipv6_exec_ip -6 addr show dev $DEVICE | grep -w inet6 | head -n 1 | awk '{ print $2 }'`" >+ if [ "$ipv6addr_first" != "$IPV6ADDR" ]; then >+ ipv6_del_addr_on_device $DEVICE $IPV6ADDR >+ ipv6_add_addr_on_device $DEVICE $IPV6ADDR >+ fi >+ fi > fi > > # Enable IPv6 RFC3041 privacy extensions if desired
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 Raw
Actions:
View
Attachments on
bug 250942
: 160718 |
161112