lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9021] nd6: add support for RDNSS option as per RFC


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #9021] nd6: add support for RDNSS option as per RFC 6106
Date: Wed, 14 Dec 2016 09:04:04 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36

Follow-up Comment #1, patch #9021 (project lwip):

Good idea, sorry it took me so long to write.

Lifetime should be in nd6.c to be able to issue RS before timeout (and only
ND6 seems to have a timeout).

We'd need to add some constants to configure DNS servers from multiple
sources. That would result in e.g.:
- index 0: manual server config
- index 1-3: ND6
- index 4-6: DHCPv6
- index 7-9: DHCPv4
And DNS must be changed to check all servers for NULL before giving up (it
currently only checks one next server and assumes the list is compacted and
starting from index 0).

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9021>

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




reply via email to

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