Hi Team,
During our testing we observed below issue
when a packet with TTL 1 and size is greater than interface MTU is
received its getting dropped with below error counter
*23172 ip4-input ip4 ttl <= 1*
we added below check to resolve the issue in ip4_frag_do_fragment function
+ if (from_b->flags & VNET_BUFFER_F_LOCALLY_ORIGINATED)
+ {
+ to_b->flags |= VNET_BUFFER_F_LOCALLY_ORIGINATED;
+ }
is this fix is correct , if correct can you please approve below patch
https://gerrit.fd.io/r/c/vpp/+/35367
Thanks & Regards,
Sudhir
--
NOTICE TO
RECIPIENT This e-mail message and any attachments are
confidential and may be
privileged. If you received this e-mail in error,
any review, use,
dissemination, distribution, or copying of this e-mail is
strictly
prohibited. Please notify us immediately of the error by return
e-mail and
please delete this message from your system. For more
information about Rtbrick, please visit us at www.rtbrick.com
<http://www.rtbrick.com>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20906): https://lists.fd.io/g/vpp-dev/message/20906
Mute This Topic: https://lists.fd.io/mt/89364542/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-