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*
*
=== END ===

Here is the diff betweent them.

=== BEGIN ===
jdthood@tenerife:/etc/resolvconf$ diff -u interface-order_ORIG interface-order
--- interface-order_ORIG        2012-12-29 19:57:56.027833090 +0100
+++ interface-order     2013-01-01 21:27:20.558605846 +0100
@@ -1,7 +1,7 @@
 # interface-order(5)
-lo.inet*
-lo.dnsmasq
-lo.pdnsd
+lo.inet6
+lo.inet
+lo.@(dnsmasq|pdnsd)
 lo.!(pdns|pdns-recursor)
 lo
 tun*
@@ -9,9 +9,15 @@
 hso*
 em+([0-9])?(_+([0-9]))*
 p+([0-9])p+([0-9])?(_+([0-9]))*
-#eth*([^.]).ip6.dhclient
+eth*([^.]).inet6
+eth*([^.]).inet
+eth*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc)
+eth*([^.]).@(dhclient|dhcpcd|pump|udhcpc)
 eth*
-ath*
-wlan*
+@(ath|wifi|wlan)*([^.]).inet6
+@(ath|wifi|wlan)*([^.]).inet
+@(ath|wifi|wlan)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc)
+@(ath|wifi|wlan)*([^.]).@(dhclient|dhcpcd|pump|udhcpc)
+@(ath|wifi|wlan)*
 ppp*
 *
=== END ===

-- 
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 resolvconf interface-order

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1094345/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to