RE: [PATCH 1/1] examples/ipsec-secgw: resolve segfault for IPv6 packets

2025-06-25 Thread Akhil Goyal
> Subject: [PATCH 1/1] examples/ipsec-secgw: resolve segfault for IPv6 packets > > While running ipsec-secgw application if IPV6 rules are not > configured in ipsec configuration lpm look up fails and > destination port is updated as BAD_PORT.During process_packet > ether

[PATCH 1/1] examples/ipsec-secgw: resolve segfault for IPv6 packets

2025-03-27 Thread Rakesh Kudurumalla
While running ipsec-secgw application if IPV6 rules are not configured in ipsec configuration lpm look up fails and destination port is updated as BAD_PORT.During process_packet ethernet_hdr is updated resulting in crash due out of bound. This patch fixes the same. Fixes: 6eb3ba03995c ("examples/ip