On 12/12/2020 06:35, Pravin Shelar wrote:
On Fri, Dec 11, 2020 at 4:29 AM Jonas Bonn <jo...@norrbonn.se> wrote:

         /* Read the IP destination address and resolve the PDP context.
@@ -527,6 +527,10 @@ static int gtp_xmit_ip4(struct sk_buff *skb, struct 
net_device *dev)
                 return -EMSGSIZE;
         }

+       sport = udp_flow_src_port(sock_net(pctx->sk), skb,
+                       0, USHRT_MAX,
+                       true);
+
why use_eth is true for this is L3 GTP devices, Am missing something?

No, you are right.  Will fix.

/Jonas

Reply via email to