From: Nicolas Dichtel
Date: Wed, 28 Nov 2018 19:12:56 +0100
> The userspace may need to control the carrier state.
>
> Signed-off-by: Nicolas Dichtel
> Signed-off-by: Didier Pallard
Applied.
On Thu, Nov 29, 2018 at 12:06:18PM +0100, Nicolas Dichtel wrote:
> Le 28/11/2018 à 22:48, Andrew Lunn a écrit :
> > On Wed, Nov 28, 2018 at 07:12:56PM +0100, Nicolas Dichtel wrote:
> >> The userspace may need to control the carrier state.
> >
> > Hi Nicolas
> Hi Andrew,
>
> >
> > Could you expla
Le 28/11/2018 à 22:48, Andrew Lunn a écrit :
> On Wed, Nov 28, 2018 at 07:12:56PM +0100, Nicolas Dichtel wrote:
>> The userspace may need to control the carrier state.
>
> Hi Nicolas
Hi Andrew,
>
> Could you explain your user case a bit more.
>
> Are you running a routing daemon on top of the i
On Wed, Nov 28, 2018 at 07:12:56PM +0100, Nicolas Dichtel wrote:
> The userspace may need to control the carrier state.
Hi Nicolas
Could you explain your user case a bit more.
Are you running a routing daemon on top of the interface, and want it
to reroute when the carrier goes down?
Thanks
The userspace may need to control the carrier state.
Signed-off-by: Nicolas Dichtel
Signed-off-by: Didier Pallard
---
drivers/net/tun.c | 27 ++-
include/uapi/linux/if_tun.h | 1 +
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/drivers/net/tun.