Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vti: fix ipv4 pmtu check to honor ip header df
Frag needed should only be sent if the header enables DF. This fix allows packets larger than MTU to pass the vti interface and be fragmented after encapsulation, aligning behavior with non-vti xfrm. Fixes: d6af1a3 ("vti: Add pmtu handling to vti_xmit.") Signed-off-by: Eyal Birger <[email protected]> Reviewed-by: Sabrina Dubroca <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
- Loading branch information