Re: [PATCH net] bareudp: Disallow udp port 0.

2020-07-30 Thread Martin Varghese
On Thu, Jul 30, 2020 at 04:20:30PM -0700, Jakub Kicinski wrote: > On Thu, 30 Jul 2020 22:33:51 +0530 Martin Varghese wrote: > > From: Martin Varghese > > > > Kernel does not support udp destination port 0 on wire. Hence > > bareudp device with udp destination port 0 must be disallowed. > > > > F

Re: [PATCH net] bareudp: Disallow udp port 0.

2020-07-30 Thread Jakub Kicinski
On Thu, 30 Jul 2020 22:33:51 +0530 Martin Varghese wrote: > From: Martin Varghese > > Kernel does not support udp destination port 0 on wire. Hence > bareudp device with udp destination port 0 must be disallowed. > > Fixes: 571912c69f0e ("net: UDP tunnel encapsulation module for tunnelling > di

[PATCH net] bareudp: Disallow udp port 0.

2020-07-30 Thread Martin Varghese
From: Martin Varghese Kernel does not support udp destination port 0 on wire. Hence bareudp device with udp destination port 0 must be disallowed. Fixes: 571912c69f0e ("net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.") Signed-off-by: Martin Varghe