Bastian Bittorf
bfa32ae659
Merge pull request #136 from HRogge/master
...
update to v0.9.2
2015-09-09 01:40:35 +02:00
Markus Stenberg
ffd8bfab23
hnetd: Bump + removed rebind_protection disabling (as latest hnetd provides correct rebind-domain-ok option to dnsmasq dynamically).
2015-09-08 21:01:35 +03:00
Henning Rogge
ae62ce0642
update to v0.9.2
2015-09-08 18:25:55 +02:00
Marek Lindner
d34224e9f0
batman-adv: 2015.1 bugfixes & stability updates
...
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-09-06 16:53:06 +08:00
Markus Stenberg
444888b4bd
hnetd: Now disable in dnsmasq both rebind_protection and boguspriv by default, so that IPv4 naming works 'as expected' with multiple routers without user configuration.
2015-09-02 12:35:37 +03:00
zorun
a845bb4b95
Merge pull request #132 from tcatm/babeld-config-lists
...
babeld: fix parsing of list import_table
2015-08-22 13:33:01 +02:00
Axel Neumann
9e7231781c
update to latest bmx6-master branch (fix: ignore profiling probes if out of range)
2015-08-21 17:26:01 +02:00
Oryon
314186661d
hnetd: Adding wifi autoconf PoC
2015-08-21 05:12:23 -07:00
Dirk Neukirchen
b7a256e71b
bird: explicitly set C standard
...
fixes gcc5 compile
compile error was:
cf-lex.o: In function `add_tail':
cf-lex.c:(.text+0x2d1): multiple definition of `add_tail'
cf-parse.tab.o:cf-parse.tab.c:(.text+0x1f9): first defined here
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 10:45:05 +02:00
Oryon
cad0d08ade
hnetd: Enable multicast support when pimbd is present
2015-08-18 08:42:48 -07:00
Oryon
600b9681a7
pimbd: First package release
2015-08-18 05:28:32 -07:00
Nils Schneider
234c9d97a6
babeld: fix parsing of list import_table
...
When parsing list options using config_load option_cb will be called
with additional options ending in _ITEM$x and _LENGTH. This ignores any
option containing _LENGTH or _ITEM as they can't possible be a valid
babeld option making a config like
config general
list import_table 23
list import_table 42
work.
Signed-off-by: Nils Schneider <nils@nilsschneider.net>
2015-08-16 18:54:32 +02:00
Bastian Bittorf
de2eacac7f
Merge pull request #115 from mmunz/master
...
make ipv6only plugin option boolean in init functions
2015-08-13 15:05:24 +02:00
Bastian Bittorf
91a8e522b0
Merge pull request #130 from HRogge/master
...
OONF Init temporary uci moved to /var/run
2015-08-13 14:53:13 +02:00
Henning Rogge
8878923d37
Move OONF temporary config to /var/run
2015-08-12 15:56:31 +02:00
Henning Rogge
00b3ec046d
Merge remote-tracking branch 'openwrt/master'
2015-08-10 14:09:48 +02:00
Henning Rogge
b05d89c990
OONF Init script fix for the case that /var/etc does not exist
2015-08-10 13:52:08 +02:00
Matthias Schiffer
c40c8024ee
alfred: not only wait for the interface, but also a link-local address
...
Changes between alfred 2015.0 and 2015.1 cause alfred to print an error
and exit when the interface to bind to is not completely set up (has no
non-tentative link-local address). As a workaround, wait for such an
address by reading /proc/net/if_inet6 before alfred is started.
In the long term, it would be nice to make alfred more robust against
missing interfaces (allowing alfred to start without the interface
existing, and keeping it working even when the interface is removed and
re-added while alfred is running).
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-08-09 18:15:27 +02:00
Axel Neumann
cfefe9fcca
[bmx6] update to latest bmx6-master branch (fix rule corruption on the fly)
2015-08-07 20:42:49 +02:00
Axel Neumann
5bcc48d5d0
[bmx7] update to latest semtor-branch version
2015-08-07 13:33:59 +02:00
Bastian Bittorf
ae5f67a85f
Merge pull request #125 from HRogge/master
...
Unified Openwrt startup scripts for OONF
2015-08-06 22:44:58 +02:00
Henning Rogge
2a34bedcec
Unified Openwrt startup scripts for OONF
2015-08-06 21:59:14 +02:00
Steven Barth
15b6598e57
Merge pull request #116 from dedeckeh/master
...
nat46: Fix 464xlat interface teardown
2015-08-05 14:03:55 +02:00
Marek Lindner
7ddd4320c2
batctl: upgrade package to latest release 2015.1
...
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-08-05 03:00:59 +08:00
Marek Lindner
99a3f8dcb5
batman-adv: upgrade package to latest release 2015.1
...
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-08-05 03:00:59 +08:00
Simon Wunderlich
ad556e8759
alfred: bump version to 2015.1
...
From the CHANGELOG:
* add support to run on interfaces with multiple link-local addresses
* various code cleanups
* bugs squashed:
- reduce of maximum payload size to always fit into UDP datagrams
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2015-08-04 17:58:38 +02:00
Hans Dedecker
8e12b6fd3e
nat46: Remove unnecessary 464xlat wan forwarding rule
...
Remove unnecessary 464xlat wan forwarding firewall rule with as
outgoing interface the 464xlat interface and as destination the
local IPv6 464xlat address as it's never hit.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-08-04 14:45:15 +02:00
Hans Dedecker
64ceee8d87
nat46: Fix 464xlat interface teardown
...
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-08-04 14:39:53 +02:00
Manuel Munz
67c4672c0d
make ipv6only plugin option boolean. Without this, the value will be written as '0' or '1' to the generated configs while it should be 'no' or 'yes'
2015-08-01 20:11:39 +02:00
Bastian Bittorf
cf4ef34398
Merge pull request #114 from HRogge/master
...
Update to 0.9.1-r1 release for better openwrt startup script
2015-08-01 11:23:32 +02:00
Henning Rogge
8afb34944b
Update to 0.9.1-r1 release for better openwrt startup script
2015-08-01 09:22:46 +02:00
Bastian Bittorf
3ff3335dd3
Merge pull request #113 from HRogge/master
...
OONF v0.9.1 bugfix release
2015-07-31 09:02:13 +02:00
Henning Rogge
333de9c12d
Merge branch 'openwrt'
2015-07-31 09:00:17 +02:00
Henning Rogge
ba4f448870
Update to oonf v0.9.1
2015-07-31 08:55:51 +02:00
Bastian Bittorf
fe9edb30a0
Merge pull request #112 from HRogge/master
...
Update OONF packages to 0.9.0
2015-07-30 22:07:29 +02:00
Henning Rogge
793495fba3
Update OONF packages to 0.9.0
2015-07-30 17:03:16 +02:00
Steven Barth
c5a8562599
hnetd: bump and add tunneling support
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-28 12:06:43 +02:00
Axel Neumann
36efb8629f
initial BMX7 package
2015-07-21 14:24:09 +02:00
Steven Barth
7d4e4fe21d
miniupnpd: shorten OS name to silence SSDP warnings
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-15 08:28:32 +02:00
Steven Barth
6c78c2ac2c
minimalist-pcpproxy: fix uci call in default-script
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-10 08:27:29 +02:00
Steven Barth
ba83ed3605
hnetd: fix issues on 32-bit platforms
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-10 08:27:29 +02:00
Marek Lindner
96867471b7
batman-adv: 2015.0 bugfixes & stability updates
...
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2015-07-07 16:51:36 +08:00
Markus Stenberg
0ead547ab9
hnetd: Bump. Some corner case fixes + dncp-07/hncp-07 compatibility (more or less).
2015-07-03 07:22:40 +03:00
Steven Barth
2e110ce133
nat46: fix netfilter references
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-07-02 20:54:12 +02:00
Bastian Bittorf
6172dcef32
olsrd: 0.9.0.1 -> 0.9.0.2 (bugfix-release)
2015-07-01 21:31:54 +02:00
Steven Barth
969d1cf568
nat46: fix leak of conntrack entries, fix checksum calculation
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-30 15:55:54 +02:00
Bastian Bittorf
ef436a6ed2
Merge pull request #108 from HRogge/master
...
Pull OONF v0.8.3
2015-06-30 14:38:16 +02:00
Henning Rogge
a8608be74a
Fix name of netjson plugin on oonf-olsrd2 package
2015-06-30 09:14:14 +02:00
Henning Rogge
b7e263623c
Merge branch 'master' of github.com:openwrt-routing/packages
2015-06-29 21:04:13 +02:00
Henning Rogge
859b1d95ed
Update OONF packages to v0.8.3
2015-06-29 21:00:03 +02:00