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
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
Steven Barth
2302e0b0b7
miniupnpd: backport portrange-fix
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-14 11:38:40 +02:00
Steven Barth
35091bf789
babels: update to latest source-specific
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-13 10:01:07 +02:00
Steven Barth
83d41fdd19
hnetd: update to latest
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10 18:58:05 +02:00
axn
46f5251a5f
Merge pull request #87 from dangowrt/fix-bmx6-libjson-c-dependency
...
bmx6: fix libjson-c dependency
2015-04-01 10:07:23 +02:00
Daniel Golle
fdb51f8bd6
bmx6: fix libjson-c dependency
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-01 00:14:30 +02:00
Steven Barth
3ed7001954
nat46: initial 464xlat support
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-31 16:47:54 +02:00
Steven Barth
b81369bd8f
miniupnpd: bump to 20150307
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-30 18:55:51 +02:00
axn
5eec1474fd
Merge pull request #84 from dangowrt/master
...
bmx6: fix json.h include
2015-03-25 07:27:19 +01:00
Daniel Golle
155be29b31
bmx6: fix json.h include
...
unbreaks json plugin
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-24 19:27:04 +01:00
Moritz Warning
09cd03cd56
Merge pull request #81 from lynxis/nodogsplash_uci_config
...
Nodogsplash uci config
2015-03-05 18:04:58 +01:00
Alexander Couzens
7a233607af
nodogsplash: simplify append_config_option
...
Drop arguement config_counterpart from append_config_option(). append_config_option
took an additional argument named config_counterpart which represents the
configuration name in configfile.This is needed for configuration variable names isn't the same
as in uci. Nodogsplash ignores the case of configuration variables and makes this feature optional.
Introduce new func append_config_option_map() which does the old behaviour.
2015-03-05 18:01:05 +01:00
Alexander Couzens
dfa1e090fb
nodogsplash: fix uci configuration by fixing append_config_option
...
append_config_option doesn't wrote anything to nodogsplash.conf.
2015-03-05 18:00:52 +01:00
Alexander Couzens
375378d4de
nodogsplash: make missing config options available through uci
2015-03-05 12:47:15 +01:00
Steven Barth
9c661a093f
nat46: fix compilation with newer kernels (thx to Andrew Yourtchenko)
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-21 10:31:14 +01:00
Moritz Warning
80711295dd
nodogsplash: remove option ExternalInterface as there is no implementation behind it
2015-02-10 13:31:39 +01:00
Markus Stenberg
8ff37ec52c
hnetd: Disabling localservice from default dnsmasq configuration. In a hnetd topology, dnsmasq requests may come from non-local prefixes.
2015-02-03 13:14:52 +02:00
Steven Barth
5bea51d76c
Merge pull request #77 from Noltari/mcproxy-next
...
mcproxy: uci config improvements and fixes
2015-01-31 17:38:22 +01:00
Steven Barth
de9fecb8d3
Merge pull request #76 from Noltari/bird-next
...
bird: add lightweight client support
2015-01-31 17:37:49 +01:00
Álvaro Fernández Rojas
90ec859959
mcproxy: uci config improvements and fixes
...
- fix /var/etc race condition (uci config)
- start mcproxy later
- rework mcproxy config trigger
- add network triggers
- simplify uci instances generation and allow querier only configs
- improve uci tables generation
- fix uci behaviour generation for specific interface names
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-31 15:51:47 +01:00
Moritz Warning
5f49ef1192
nodogsplash: code cleanup, add option gatewayinterface, allow uci and manual configration in parallel
2015-01-26 15:13:56 +01:00
Moritz Warning
0a8100ae67
Merge pull request #66 from lynxis/upstream_nodogsplash
...
nodogsplash: migrate to uci based configuration
2015-01-26 08:23:16 +01:00
Álvaro Fernández Rojas
60a93cc58d
bird: add lightweight client support
...
Based on pull request https://github.com/openwrt-routing/packages/pull/42 by MartinStrbacka.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-23 14:19:48 +01:00
Gabriel Kerneis
820f567d5d
babel-pinger: fix typo in Makefile
2015-01-14 16:17:40 +01:00
Markus Stenberg
a5f73bbaf8
minimalist-pcproxy: Update to github HEAD.
2015-01-12 11:40:21 +02:00
Markus Stenberg
f0edc676c7
ohybridproxy: Update to latest.
2015-01-12 11:38:14 +02:00
Simon Wunderlich
dd3e3dd881
alfred: bump version to 2014.4.0
...
From the CHANGELOG:
* add support for multiple interfaces per master
* add support for changing interfaces on the fly
* changes to support multiple alfred interfaces:
- bind alfred to a specific interface
- allow configuring the unix socket path
* enhanced debugging
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2015-01-08 20:52:42 +01:00
Marek Lindner
3770cb2039
batctl: upgrade package to latest release 2014.4.0
...
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-01-08 01:02:20 +08:00
Marek Lindner
c68c694765
batman-adv: upgrade package to latest release 2014.4.0
...
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-01-08 01:01:58 +08:00
Alexander Couzens
98699f47d7
nodogsplash: migrate to uci based configuration
...
Use /etc/config/nodogsplash for configuration.
Old setups will migrate using config option to use old
file base configuration.
2015-01-07 10:42:30 +01:00
Saverio Proto
b759b28ee4
olsrd: increasing package version after merging pull request
2015-01-05 08:40:53 +01:00
Saverio Proto
4bee4b5f7b
Merge pull request #75 from andrenarchy/olsrd-fix-pingcmd
...
[olsrd] adapt init script for 0.6.8 (PingCmd option)
2015-01-05 08:35:34 +01:00
André Gaul
fe84974abb
[olsrd] adapt init script for 0.6.8 (PingCmd option)
...
olsrd 0.6.8 accepts a PingCmd parameter as of
http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=0a26c52af3941eb9060b193cae5552f8d13fd28e .
The PingCmd is a string of the form "ping -c 1 -q %s" where %s is
replaced with an IP. This commit allows for '%' characters in an olsrd
option.
2015-01-03 15:30:11 +01:00
Steven Barth
8c62839869
Merge pull request #74 from openwrt-es/mcproxy-next
...
mcproxy: update to latest version, add UCI support
2015-01-02 14:29:07 +01:00
Álvaro Fernández Rojas
e03ee22d04
mcproxy: update to latest version, add UCI support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-12-31 21:22:02 +01:00
Gabriel Kerneis
1696064d22
babel-pinger: initial import ( closes #65 )
...
Signed-off-by: Gabriel Kerneis <gabriel@kerneis.info>
2014-12-30 16:38:21 +01:00
Saverio Proto
743e4c27e2
olsrd: bump to 0.6.8
2014-12-29 14:09:37 +01:00
Steven Barth
061ce7584c
miniupnpd: bump to latest, fix enabled-check in hotplug script
...
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-21 09:56:30 +01:00
Steven Barth
abd37189a3
Merge pull request #69 from stintel/bird_update
...
bird: bump to 1.4.5
2014-12-16 09:05:16 +01:00
Saverio Proto
0820b44d82
Fix Quagga vtysh build against readline 6.3
2014-12-15 21:02:11 +01:00
Stijn Tintel
c24d74657c
bird: bump to 1.4.5
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2014-12-14 22:38:38 +01:00
Steven Barth
3c8e0c9670
quagga: mark as @BROKEN, unfixed since September
...
https://github.com/openwrt-routing/packages/issues/56
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-11 09:47:26 +01:00