« Gestion concurrente des serveurs DNS avec resolvconf » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « Category:serveur Category:desktop Category:networking Patch permettant le support du Predictable Network Interface Device Names <pre> </pre> ») |
Aucun résumé des modifications |
||
(2 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 2 : | Ligne 2 : | ||
[[Category:desktop]] | [[Category:desktop]] | ||
[[Category:networking]] | [[Category:networking]] | ||
Patch permettant le support du Predictable Network Interface Device Names | =Patch permettant le support du Predictable Network Interface Device Names= | ||
<pre> | <pre> | ||
--- /etc/resolvconf/interface-order.orig 2019-12-22 20:24:56.745540685 +0000 | |||
+++ /etc/resolvconf/interface-order 2019-12-22 20:33:46.785910193 +0000 | |||
@@ -14,10 +14,25 @@ | |||
@(br|eth)*([^.]).inet | |||
@(br|eth)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) | |||
@(br|eth)* | |||
+en@(o|s|x|p)*([^.]).inet6 | |||
+en@(o|s|x|p)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) | |||
+en@(o|s|x|p)*([^.]).inet | |||
+en@(o|s|x|p)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) | |||
+en@(o|s|x|p)* | |||
@(ath|wifi|wlan)*([^.]).inet6 | |||
@(ath|wifi|wlan)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) | |||
@(ath|wifi|wlan)*([^.]).inet | |||
@(ath|wifi|wlan)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) | |||
@(ath|wifi|wlan)* | |||
+wl@(o|s|x|p)*([^.]).inet6 | |||
+wl@(o|s|x|p)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) | |||
+wl@(o|s|x|p)*([^.]).inet | |||
+wl@(o|s|x|p)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) | |||
+wl@(o|s|x|p)* | |||
+ww@(o|s|x|p)*([^.]).inet6 | |||
+ww@(o|s|x|p)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) | |||
+ww@(o|s|x|p)*([^.]).inet | |||
+ww@(o|s|x|p)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) | |||
+ww@(o|s|x|p)* | |||
ppp* | |||
* | |||
</pre> | </pre> |
Dernière version du 31 décembre 2019 à 17:16
Patch permettant le support du Predictable Network Interface Device Names
--- /etc/resolvconf/interface-order.orig 2019-12-22 20:24:56.745540685 +0000 +++ /etc/resolvconf/interface-order 2019-12-22 20:33:46.785910193 +0000 @@ -14,10 +14,25 @@ @(br|eth)*([^.]).inet @(br|eth)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) @(br|eth)* +en@(o|s|x|p)*([^.]).inet6 +en@(o|s|x|p)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) +en@(o|s|x|p)*([^.]).inet +en@(o|s|x|p)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) +en@(o|s|x|p)* @(ath|wifi|wlan)*([^.]).inet6 @(ath|wifi|wlan)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) @(ath|wifi|wlan)*([^.]).inet @(ath|wifi|wlan)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) @(ath|wifi|wlan)* +wl@(o|s|x|p)*([^.]).inet6 +wl@(o|s|x|p)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) +wl@(o|s|x|p)*([^.]).inet +wl@(o|s|x|p)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) +wl@(o|s|x|p)* +ww@(o|s|x|p)*([^.]).inet6 +ww@(o|s|x|p)*([^.]).ip6.@(dhclient|dhcpcd|pump|udhcpc) +ww@(o|s|x|p)*([^.]).inet +ww@(o|s|x|p)*([^.]).@(dhclient|dhcpcd|pump|udhcpc) +ww@(o|s|x|p)* ppp* *