lwip/src
Sylvain Rochet 9015c28406 PPP, DNS: introduce ppp_set_usepeerdns macro
PPP use peer DNS setting is currently hardcoded to true if PPP is
acting as a client and set to false if PPP is actinf as a server.

This is probably the most wanted behavior, but since we now have the
ability to change that at runtime, allow users to do it.

We don't have a way to have a different default configuration if the
PPP PCB is going to be used as a client or as a server, therefore the
default configuration should be fine for both of them. Since enabling
peer DNS by default is dangerous for server mode, the default is now
not to ask for DNS servers and it should now be explicitely enabled
if needed, update the documentation accordingly.
2016-06-26 21:36:48 +02:00
..
api doxygen updates - include IPv6 in documentation. Exclude include/netif/ppp/polarssl. 2016-06-22 20:18:23 +02:00
apps Fix alignment warnings in snmp agent - we know these structs are aligned according to requirements when they are casted because they have been instantiated as the target type (clang) 2016-06-24 21:21:38 +02:00
core Fix a few more CLANG format string warnings (from unix check project) 2016-06-25 13:24:48 +02:00
include PPP, DNS: introduce ppp_set_usepeerdns macro 2016-06-26 21:36:48 +02:00
netif PPP, DNS: introduce ppp_set_usepeerdns macro 2016-06-26 21:36:48 +02:00
Filelists.mk Move PPP API files to netif/ppp subdir 2016-04-21 21:47:26 +02:00
FILES Minor fix (tab, indent...) to respect source code style... 2007-05-04 15:14:14 +00:00