[Bug 1094345] Re: IPv6 DHCP record is too late in resolvconf interface-order

2013-01-04 Thread Thomas Hood
@Kevin: Can you please test the interface-order file I posted in comment #11? Let me know if the file works properly for you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094345 Title: IPv6 DHCP

[Bug 1094345] Re: IPv6 DHCP record is too late in resolvconf interface-order

2013-01-02 Thread Thomas Hood
The proposed new interfaces-order file that I just posted (comment #11) can be compared with the current one. === BEGIN === # interface-order(5) lo.inet* lo.dnsmasq lo.pdnsd lo.!(pdns|pdns-recursor) lo tun* tap* hso* em+([0-9])?(_+([0-9]))* p+([0-9])p+([0-9])?(_+([0-9]))* eth* ath* wlan* ppp* *

[Bug 1094345] Re: IPv6 DHCP record is too late in resolvconf interface-order

2013-01-01 Thread Thomas Hood
Consider eth0 with inet, inet6, dhclient and ip6.dhclient records. These are currently ordered (alphabetically) as follows. eth0.dhclient eth0.inet eth0.inet6 eth0.ip6.dhclient Observations: * IPv4 comes before IPv6 * The prioritization of *dhclient versus inet* is inconsistent.

[Bug 1094345] Re: IPv6 DHCP record is too late in resolvconf interface-order

2012-12-29 Thread Kevin Otte
This workaround is confirmed to work. Thanks much! I personally believe, in light of the World IPv6 Launch and the continued adoption of IPv6, that this behavior should be the norm. I look forward to the continued discussion on this. Thanks again. -- You received this bug notification because

[Bug 1094345] Re: IPv6 DHCP record is too late in resolvconf interface-order

2012-12-29 Thread Kevin Otte
Not sure if this needs a separate bug report, but I have a machine in a similar configuration that uses a bridge for virtual machines, so it is br0 rather than eth0. I added a br*([^.]).ip6.dhclient to the interface-order file and it works as expected. Is this something you will want to address

[Bug 1094345] Re: IPv6 DHCP record is too late in resolvconf interface-order

2012-12-29 Thread Kevin Otte
An additional note on ordering policy: when using NetworkManager the IPv6 records are listed first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094345 Title: IPv6 DHCP record is too late in

[Bug 1094345] Re: IPv6 DHCP record is too late in resolvconf interface-order

2012-12-29 Thread Thomas Hood
Is this something you will want to address in the package as well Yes, the behavior should be consistent across interface types. when using NetworkManager the IPv6 records are listed first That certainly lends weight to the proposal that resolvconf also put IPv6 records first. -- You