Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225715 - app-emulation/xen-tools bridge script IPv6 compatibility problem
Summary: app-emulation/xen-tools bridge script IPv6 compatibility problem
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 08:54 UTC by Robert Piasek (RETIRED)
Modified: 2011-03-26 11:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (ipv6.patch,463 bytes, patch)
2008-06-10 08:55 UTC, Robert Piasek (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Piasek (RETIRED) gentoo-dev 2008-06-10 08:54:03 UTC
The /etc/xen/scripts/network-bridge script has a problem which prevents it from working fine with ipv6 enabled.


Reproducible: Always

Steps to Reproduce:
1.manually run faulty code:
ip addr show dev eth0 | egrep '^ *inet' | sed -e 's/ *inet //' -e "s/$1//"

Actual Results:  
10.0.3.31/24 brd 10.0.3.255 scope global eth0
    inet6 fe80::21d:9ff:feb5:d9f7/64 scope link 


Expected Results:  
10.0.3.31/24 brd 10.0.3.255 scope global eth0
Comment 1 Robert Piasek (RETIRED) gentoo-dev 2008-06-10 08:55:14 UTC
Created attachment 156209 [details, diff]
patch
Comment 2 Nicolas Sapa 2008-10-29 21:44:25 UTC
Duplicate of  #111684
Comment 3 Fabian Groffen gentoo-dev 2009-07-03 09:23:11 UTC
confirming that this patch actually works for us ipv6 users
Comment 4 Alexey Shvetsov archtester gentoo-dev 2011-03-26 11:39:44 UTC
Xen 4.1 in tree. Please test with it and reopen if it doesnt work