openwrt/package/network
Jo-Philipp Wich d221222907 ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)
Since the switch to netifd, proto handlers may always set the defaultroute
and provide dns server addresses, netifd will decide in the generic code
path whether the announced values are masked or not.

Additionally protocol handlers should not modify the routing tables themselves
and prevent any launched services from doing so.

Remove the additional defaultroute and peerdns option handling from the ppp.sh
protocol handler and rely on netifd to mask or not mask the values.

SVN-Revision: 34536
2012-12-06 18:17:21 +00:00
..
config netifd: update to latest version, fixes resolv.conf writes on interface setting changes 2012-12-05 13:28:56 +00:00
ipv6 ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling 2012-12-03 09:18:53 +00:00
services ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580) 2012-12-06 18:17:21 +00:00
utils Make teql hotplug script run sooner 2012-12-02 13:04:03 +00:00