Comment 11 for bug 130437

Revision history for this message
a1bert (a1bert) wrote :

the same problem with bluetooth PAN, after client disconecting, bnep0 net remove event reaches 85-ifupdown.rules without DRIVER set. fixed with:

SUBSYSTEM=="net", KERNEL=="bnep?*", GOTO="net_start"

SUBSYSTEM=="net", DRIVERS=="?*", GOTO="net_start"
GOTO="net_end"

...
...