lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #53696] Bug in MTU value validation (case: ND6_OPTION_


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #53696] Bug in MTU value validation (case: ND6_OPTION_TYPE_MTU)
Date: Thu, 19 Apr 2018 02:31:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #1, bug #53696 (project lwip):

I see additional problems here:
- I don't think that IPv6 RA messages should interfere with the MTU used for
IPv4
- I think we should somehow check that this MTU does not get larger than the
netif supports

In other words, we should probably store the MTU received through RA at a
different place and use the minimum of this and netif->mtu when calculating
packet sizes.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?53696>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]