]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bareudp: Fixed configuration to avoid having garbage values
authorMartin <martin.varghese@nokia.com>
Tue, 16 Jun 2020 05:48:58 +0000 (11:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:49:16 +0000 (17:49 +0200)
commitb92aa0bbfda24d89bdcddf6f5df6fe1de5531dd9
treeac4074d71df1e1b0fcc656c2134f834c796c571c
parent8db9849ddfb8a2abdd7c5b0249e312569dc38bff
bareudp: Fixed configuration to avoid having garbage values

[ Upstream commit b15bb8817f991497d97ae55d8c0e349a9d1e1478 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/bareudp.c