bareudp: Fixed configuration to avoid having garbage values
authorMartin <martin.varghese@nokia.com>
Tue, 16 Jun 2020 05:48:58 +0000 (11:18 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jun 2020 20:42:41 +0000 (13:42 -0700)
commitb15bb8817f991497d97ae55d8c0e349a9d1e1478
tree8ebdafdfbabe37ec6e8cbdcea3da87f832388664
parent807eaf99688ce162a98a7501477644782d4af098
bareudp: Fixed configuration to avoid having garbage values

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 <martin.varghese@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bareudp.c