mbox series

[net,v2,0/2] net: ipv6: Update route MTU behavior

Message ID 1655182915-12897-1-git-send-email-quic_subashab@quicinc.com (mailing list archive)
Headers show
Series net: ipv6: Update route MTU behavior | expand

Message

Subash Abhinov Kasiviswanathan (KS) June 14, 2022, 5:01 a.m. UTC
This is a follow up to the patch posted by Kaustubh
https://lore.kernel.org/netdev/1614011555-21951-1-git-send-email-kapandey@codeaurora.org/T/

This series addresses the comments from David Ahern to
update the exception route logic in the original patch and
add a new patch to update the IPv6 MTU tests.

Kaustubh Pandey (1):
  ipv6: Honor route mtu if it is within limit of dev mtu

Subash Abhinov Kasiviswanathan (1):
  tools: selftests: Update tests for new IPv6 route MTU behavior

 net/ipv6/route.c                    | 11 +----------
 tools/testing/selftests/net/pmtu.sh | 12 ++++++++----
 2 files changed, 9 insertions(+), 14 deletions(-)