Commit Graph

4 Commits

Author SHA1 Message Date
pmelange 680f968bca update tunneldigger files to add hotplug functionality
An issue arrises when a router is not connected to a wan and only meshes.
The wan is not connected to anything, yet tunneldigger tries to make a
connection anyhow.  To aviod this, the init script has been modified
to _not_ make tunnels when they are configured with the bind_interface
option.  Additionally, a hotplug script has been created to create
and destroy tunnels on demand as the interfaces go up and down.  The
hoplug script only works with tunnels configured with the bind_interface
option.

More info at https://github.com/freifunk-berlin/firmware/issues/606

Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-10-24 11:33:30 +02:00
Matthias Schiffer 57c67964e2
tunneldigger: clean up version variables in Makefile
Add PKG_SOURCE_DATE and drop explicit PKG_VERSION to ensure strictly
increasing version numbers. In particular, PKG_VERSION must change on every
update so the new version is actually used.
2017-12-27 17:45:38 +01:00
Cyrus 90ecf80c6c tunneldigger: Update to newest upstream commit: (#178)
- Sync package version numbers (0.4.0 = vNext)
- Added cmake related patches to Makefile
2017-12-27 17:28:17 +01:00
Cyrus Fox f8ec44d6aa tunneldigger: move package to correct subfolder 2016-12-12 16:38:27 +01:00