1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-16 20:23:58 +02:00
Commit Graph

819 Commits

Author SHA1 Message Date
Gabriel Kerneis
ac643416dc babeld: allow changing alternative configuration file and directory
Signed-off-by: Gabriel Kerneis <kerneis@google.com>
Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
2015-05-21 11:44:19 +03:00
Steven Barth
b39fa42c62 babeld: remove unnecessary librt linking & dependency
Signed-off-by: Steven Barth <steven@midlink.org>
Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
2015-05-21 11:44:19 +03:00
Steven Barth
82d9002689 babeld: add support for dynamic config files
Signed-off-by: Steven Barth <steven@midlink.org>
Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
2015-05-21 11:44:19 +03:00
Lars
6b8165cc1c Merge pull request #99 from dangowrt/add-cjdns-tests
cjdns: package test cases
2015-05-17 23:25:42 +02:00
Daniel Golle
aecf7641ca cjdns: package test cases
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-15 21:05:59 +02:00
Lars Gierth
b917a9035a luci-app-cjdns: bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 01:41:44 +02:00
Lars Gierth
1689eab850 cjdns: bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 01:41:44 +02:00
Lars Gierth
3ef5c0caf4 luci-app-cjdns: add seccomp checkbox
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 01:41:41 +02:00
Lars Gierth
2bab58cdcb cjdns: add seccomp config flag
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 01:39:01 +02:00
Lars Gierth
83c9fdfe5b luci-app-cjdns: add copyright notice to Makefile
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 01:38:58 +02:00
Lars Gierth
031353c9ca cjdns: add copyright notice to Makefile
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-13 01:38:56 +02:00
Lars
3b046d6cff Merge pull request #97 from SeattleMeshnet/master
cjdns: update source, bump release
2015-05-12 21:38:32 +02:00
Daniel Golle
b81b9a9dd4 cjdns: update source, bump release
upstream changes:
3d879c0 typo in GET32()
f964d14 Fixed IpTunnel unaligned access, thanks Viric for pointing it out
a05ade4 attempt to fix a rare assertion failure
6f1fdd8 Fix a memory leak in InterfaceController.c

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-12 21:02:55 +02:00
Markus Stenberg
7994d1a9ea hnetd: Update to the latest. 2015-05-11 12:01:08 +03:00
Steven Barth
d0671bf308 miniupnpd: remove libnfnetlink dependency
Signed-off-by: Steven Barth <steven@midlink.org>
2015-05-05 18:29:04 +02:00
Simon Wunderlich
98f8393d29 alfred: disable new alfred capability dropping by default
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2015-05-05 12:31:59 +02:00
Simon Wunderlich
038e3677f8 alfred: bump version to 2015.0
From the CHANGELOG:

 * add support to call commands after data was updated
 * automatic reduction of process capabilities when not needed anymore
 * allow printing of the data version number in the alfred client mode
 * various code cleanups
 * bugs squashed:
   - update of the version number when data was updated with different
     version number
   - tighten size check on received packet

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2015-05-05 12:25:42 +02:00
Sven Eckelmann
9e25fa70ff alfred: Fix dependency to IPv6
alfred always requires IPv6 support in the kernel and not only when
"Enable IPv6 support in packages" is enabled.

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2015-05-05 12:24:40 +02:00
Markus Stenberg
803cb649e2 miniupnpd: Bumped to 1.9.20150430. Seems to work in my tests. 2015-05-05 11:34:55 +03:00
Gabriel Kerneis
5b614e5103 Merge pull request #95 from wlanslovenija/master
babeld: Added missing $IPKG_INSTROOT
2015-05-04 12:32:28 +02:00
Lars Gierth
c63ccc4fa2 cjdns: update source, bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-05-03 21:22:07 +02:00
Lars
874d309add Merge pull request #94 from SeattleMeshnet/some-uci-defaults-fixes
Some uci defaults fixes
2015-05-03 00:47:12 +02:00
Jernej Kos
1520babe9d babeld: Added missing $IPKG_INSTROOT.
Signed-off-by: Jernej Kos <jernej@kos.mx>
2015-05-02 19:33:57 +02:00
Daniel Golle
e26942118b cjdns: uci-defaults: work around missing lan interface
The current uci-defaults scripts assumes than a network interface named
'lan' always exists. Check if this is true before adding ETHInterface
section.
This is a temporary work-around until cjdrouteconf gets the Linux
interface from netifd via ubus...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-30 19:34:10 +02:00
Daniel Golle
25d637576d cjdns: uci-defaults: fix shell syntax error
uci-defaults script complained about
sh: missing ]
fix this by adding the missing whitespace which caused the error.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-30 19:19:10 +02:00
Steven Barth
1c40d0e54d hnetd: depend on ip
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-30 08:24:02 +02:00
Steven Barth
5c47023436 Merge pull request #93 from SeattleMeshnet/master
cjdns: update source version and bump release
2015-04-27 21:42:33 +02:00
Lars Gierth
aedfe045da cjdns: update source version and bump release
Use hyperboria/cjdns source and squash changes from meshbox:
422062d cjdns: update source version
17fedb6 cjdns: bump release
bc113ec cjdns: remove musl patch

This includes fixes to build on aarch64 and mips64 targets.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-27 14:41:29 +02:00
Lars Gierth
2a6a5d6084 cjdns: parse lan ifname more gracefully
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-27 04:18:30 +02:00
Steven Barth
e693e6ac09 Merge pull request #92 from SeattleMeshnet/master
cjdns: support libc other than uClibc
2015-04-22 11:22:16 +02:00
Steven Barth
e318b03d19 Merge pull request #91 from dedeckeh/master
nat46: Refuse link local address as implicit source in 464xlat
2015-04-22 11:21:48 +02:00
Daniel Golle
f5eb74fa4d cjdns: support libc other than uClibc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-21 13:26:06 +02:00
Gabriel Kerneis
c5f795cc38 babeld: tweak configuration for source-specific features
- Enable ipv6-subtrees by default.
- Add UCI options to configure source-specific filters.

Signed-off-by: Gabriel Kerneis <kerneis@google.com>
2015-04-21 10:29:58 +02:00
Steven Barth
b46e7f995f babels: bump and enable subtrees by default
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-21 10:27:48 +02:00
Hans Dedecker
94c5d19efa nat46: Refuse link local address as implicit source in 464xlat
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-04-20 18:26:20 +02:00
Steven Barth
dd10ecf06e Merge pull request #90 from SeattleMeshnet/master
luci-app-cjdns: import package from SeattleMeshnet/meshbox
2015-04-20 13:18:33 +02:00
Daniel Golle
89914e47de luci-app-cjdns: import package from SeattleMeshnet/meshbox
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-20 12:45:07 +02:00
Steven Barth
94ee37fe6c Merge pull request #89 from SeattleMeshnet/master
cjdns: import package from github.com:SeattleMeshnet/meshbox
2015-04-20 04:21:37 +02:00
Gabriel Kerneis
c6da651c39 Revert "babels: remove deprecated experimental package"
This reverts commit 23e20773d8.

Signed-off-by: Gabriel Kerneis <kerneis@google.com>
2015-04-18 06:53:05 +02:00
Gabriel Kerneis
23e20773d8 babels: remove deprecated experimental package
The source-specific functionnality has been merged into babeld 1.6.0.

Signed-off-by: Gabriel Kerneis <kerneis@google.com>
2015-04-17 21:04:31 +02:00
Gabriel Kerneis
f425d537a0 babeld: update to release 1.6.0
14 April 2014: babeld-1.6.0

* Added support for source-specific routing.  Thanks to Matthieu Boutier.
* Added support for reflecting metrics as kernel priorities.  Thanks to
  Pierre Pfister.
* Worked around a Linux kernel bug with an infinite EAGAIN loop.  Thanks
  to Dave Taht.
* Changed wildcard updates to not set flag 0x40.  Reported by Markus
  Stenberg.
* Made ipv6-subtrees a runtime option.  Thanks to Matthieu Boutier.

Signed-off-by: Gabriel Kerneis <kerneis@google.com>
2015-04-17 21:04:31 +02:00
Steven Barth
de19208446 hnetd: remove accidental debug logging
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-17 16:05:07 +02:00
Steven Barth
ed025182d7 nat46: fix interface name handling
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-17 15:58:00 +02:00
Steven Barth
326d4de13c nat46: shorten prefix for 464xlat interface
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-17 15:11:53 +02:00
Daniel Golle
cd765e581d cjdns: import package from github.com:SeattleMeshnet/meshbox
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-17 14:50:16 +02:00
Steven Barth
11ebefc174 Merge pull request #88 from dedeckeh/master
nat46: Delete 464xlat device when pause is interrupted by SIGTERM
2015-04-16 16:21:43 +02:00
Hans Dedecker
b508f93679 nat46: Delete 464xlat device when pause is interrupted by SIGTERM 2015-04-16 15:08:18 +02:00
Steven Barth
e74055ba8f hnetd: bump to latest
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-15 07:55:06 +02:00
Steven Barth
91d39b4bc5 Revert "miniupnpd: backport portrange-fix"
This reverts commit 2302e0b0b7.
2015-04-14 15:03:10 +02:00
Steven Barth
9227cae2c5 miniupnpd: fix patch in last commit
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-14 12:08:43 +02:00