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
13 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
14 years ago
Jo-Philipp Wich
f2068db073
pptp: mark /etc/ppp/options.pptp as conffile
...
SVN-Revision: 23253
14 years ago
Jo-Philipp Wich
1cb2abca8e
add maintainer information
...
SVN-Revision: 23159
14 years ago
Jo-Philipp Wich
090680f083
pptp: support interface sections without ifname by implementing scan_pptp()
...
SVN-Revision: 21590
15 years ago
Jo-Philipp Wich
a93571825f
pptp: add "buffering" uci option to enable --nobuffer if needed ( #7080 )
...
SVN-Revision: 21563
15 years ago
Jo-Philipp Wich
cd7f3293b7
pptp: update to v1.7.1
...
SVN-Revision: 21388
15 years ago
Jo-Philipp Wich
9d6d45d008
pptp: - bring pptp scripts in sync with updated ppp logic - bump package revision
...
SVN-Revision: 21284
15 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Florian Fainelli
a54018aa87
fix ppp and pptp typos where is used instead of ( #4768 , #4778 )
...
SVN-Revision: 14882
16 years ago
Nicolas Thill
3d4052492d
ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ( closes : #2989 ) - add dependency on ppp and kmod-gre to pptp - bump release number
...
SVN-Revision: 11018
17 years ago
Felix Fietkau
4db9556f99
bump package versions after updates
...
SVN-Revision: 8680
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Felix Fietkau
24faf55360
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
...
SVN-Revision: 6582
18 years ago
Felix Fietkau
1d307eea87
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
...
SVN-Revision: 6580
18 years ago
Felix Fietkau
c2211dc51e
replace lots of manual install commands with INSTALL_* variables
...
SVN-Revision: 5624
18 years ago