Explorar el Código

network: run setup-ip only on xen frontend interfaces

Fixes QubesOS/qubes-issues#1882
Marek Marczykowski-Górecki hace 8 años
padre
commit
00698173ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      network/udev-qubes-network.rules

+ 1 - 1
network/udev-qubes-network.rules

@@ -1,2 +1,2 @@
 
-SUBSYSTEMS=="xen", KERNEL=="eth*", ACTION=="add", RUN+="/usr/lib/qubes/setup-ip"
+SUBSYSTEMS=="xen", KERNEL=="eth*", ACTION=="add", ENV{ID_NET_DRIVER}=="vif", RUN+="/usr/lib/qubes/setup-ip"