Re: [PATCH net] bareudp: Fixed configuration to avoid having garbage values

2020-06-16 Thread David Miller
From: Martin Varghese Date: Tue, 16 Jun 2020 11:18:58 +0530 > From: Martin > > Code to initialize the conf structure while gathering the configuration > of the device was missing. > > Fixes: 571912c69f0e ("net: UDP tunnel encapsulation module for tunnelling > different protocols like MPLS, IP

[PATCH net] bareudp: Fixed configuration to avoid having garbage values

2020-06-15 Thread Martin Varghese
From: Martin Code to initialize the conf structure while gathering the configuration of the device was missing. Fixes: 571912c69f0e ("net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.") Signed-off-by: Martin --- drivers/net/bareudp.c | 2 ++ 1 fil