Re: [vpp-dev] punt drops packets with TTL 1

2021-05-11 Thread Matthew Smith via lists.fd.io
Hi Aloys, Your patch has been merged. -Matt On Tue, May 11, 2021 at 10:00 AM Aloys Augustin (aloaugus) via lists.fd.io wrote: > Hello, > > I recently ran into an issue where VPP would drop a packet immediately > after going through the punt path if the incoming packet has a TTL of 1. I >

[vpp-dev] punt drops packets with TTL 1

2021-05-11 Thread Aloys Augustin (aloaugus) via lists.fd.io
Hello, I recently ran into an issue where VPP would drop a packet immediately after going through the punt path if the incoming packet has a TTL of 1. I think it would make sense not to decrease the TTL when punting a packet. I made the following patch to fix it: