Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix handling large packets and sending icmp-too-big fragmentation bug (…
…#206) Summary: bpf(icmp-too-big): This commit fixes a bug that katran cannot deal with large packets. Katran should generate `ICMP_TOO_BIG` packet ('destination unreachable') for this situation but randomly packets dropped from processing in NIC due to checksum issue. So, we need to generate an IP header with `frag_off = 0` option to fix bytes replacements and fragmentation affects. Pull Request resolved: #206 Reviewed By: avasylev Differential Revision: D51274722 Pulled By: frankfeir fbshipit-source-id: 5b7d469866a4c2ee67f1ab0fb21e8238d22f5475
- Loading branch information