Re: [PATCHv2] tun: fix carrier on/off status
From: David Miller <davem@davemloft.net>
Date: 2013-01-29 20:45:04
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2013-01-29 20:45:04
Also in:
lkml
From: "Michael S. Tsirkin" <mst@redhat.com> Date: Mon, 28 Jan 2013 12:38:02 +0200
Commit c8d68e6be1c3b242f1c598595830890b65cea64a removed carrier off call from tun_detach since it's now called on queue disable and not only on tun close. This confuses userspace which used this flag to detect a free tun. To fix, put this back but under if (clean). Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Applied.