summaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/files
Commit message (Collapse)AuthorAgeFilesLines
* ppp: don't automatically set IPv6 default routecyrus2013-01-171-1/+0
| | | | | | * Fixes "ndisc_router_discovery() failed to add default route" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)jow2012-12-061-11/+4
| | | | | | | | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: sort network related packages into package/network/nbd2012-10-1012-0/+644
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33688 3c298f89-4303-0410-b956-a3cf2f4a3e73