> -----Original Message----- > From: Radu Nicolau <[email protected]> > Sent: Wednesday, May 25, 2022 2:59 PM > To: Konstantin Ananyev <[email protected]>; Iremonger, > Bernard <[email protected]>; Medvedkin, Vladimir > <[email protected]> > Cc: [email protected]; Buckley, Daniel M <[email protected]>; Zhang, Qi > Z <[email protected]>; Nicolau, Radu <[email protected]>; > [email protected] > Subject: [PATCH 1/3] ipsec: fix NAT-T ports and length > > Fix the UDP header fields, wrong byte order used for src and dst port > and wrong offset used when updating UDP datagram length. > > Fixes: 01eef5907fc3 ("ipsec: support NAT-T") > Cc: [email protected] > > Signed-off-by: Radu Nicolau <[email protected]> > --- Acked-by: Fan Zhang <[email protected]>

