network: run setup-ip only on xen frontend interfaces
Fixes QubesOS/qubes-issues#1882 (cherry picked from commit00698173ed
) (cherry picked from commitd90e2b0cd7
)
This commit is contained in:
parent
a0c2377a02
commit
9b7b8d0891
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user