Commit Graph

18 Commits (3225530e1eaf8b974a0ba70597c80117e50514dc)

Author SHA1 Message Date
Felix Fietkau 3225530e1e pptp: add netifd support
SVN-Revision: 31605
12 years ago
Gabor Juhos 6e5db7ed69 package/pptp: remove a stray bracket
SVN-Revision: 31568
12 years ago
Gabor Juhos 60db046ef2 Fix pptp handling of routes to server.
The existing code is fairly broken. It assumes you're using Legacy IP, and
it assumes that the server is reachable via your default route. Via the
first default route in the 'route -n' output, in fact, regardless of metric.

Fix all those problems by using 'ip route get' to really find the *current*
route to the server, and install a host-specific route to match.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

SVN-Revision: 31565
12 years ago
Jo-Philipp Wich 7251541786 pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it
SVN-Revision: 29694
13 years ago
Jo-Philipp Wich 60fe01e698 pptp: properly support symbolic VPN host names, tear down created host routes (#4876)
SVN-Revision: 27669
13 years ago
Jo-Philipp Wich 090680f083 pptp: support interface sections without ifname by implementing scan_pptp()
SVN-Revision: 21590
14 years ago
Jo-Philipp Wich a93571825f pptp: add "buffering" uci option to enable --nobuffer if needed (#7080)
SVN-Revision: 21563
14 years ago
Jo-Philipp Wich c09610dd49 pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a problem when a pppoe peer is pptp server at the same time
SVN-Revision: 21393
14 years ago
Jo-Philipp Wich dcbb5a19e7 pptp: utilize coldplug_interface_pptp() to automatically launch pptp instances on boot
SVN-Revision: 21390
14 years ago
Jo-Philipp Wich 9d6d45d008 pptp: - bring pptp scripts in sync with updated ppp logic - bump package revision
SVN-Revision: 21284
14 years ago
Florian Fainelli 43fa2310f3 fix double g typo
SVN-Revision: 14887
15 years ago
Florian Fainelli a54018aa87 fix ppp and pptp typos where is used instead of (#4768, #4778)
SVN-Revision: 14882
15 years ago
Felix Fietkau 3ae4858088 fix the route to the pptp server when using pptp as wan interface
SVN-Revision: 10751
16 years ago
Felix Fietkau 0cf1a58282 Here comes the new UCI. Enjoy :)
SVN-Revision: 10367
17 years ago
Felix Fietkau 52a138a953 fix ifname in network state for pppoe and pptp, add a workaround for isps sending wrong netmasks for pptp (thx, moonwatcher)
SVN-Revision: 8552
17 years ago
Felix Fietkau 79b07af694 allow the user to override the underlying connection method when using pptp (defaults to dhcp)
SVN-Revision: 8508
17 years ago
Nicolas Thill 942d07de9a fix start_pppd for pptp (closes: #1612)
SVN-Revision: 7027
17 years ago
Felix Fietkau 60c1f0f64d finally move buildroot-ng to trunk 8 years ago