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 due to statefull
firewall
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
- Replace nonstandard `sys/unistd.h` includes with `unistd.h` ones
- Add missing `fcntl.h` include to `libhttpd/protocol.c` in order to
provide declarations for `open()`, `O_RDONLY` etc.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
We did a bug-fix release of olsrd v1.
It fixes a route-recalculation issue and at least one crash.
Everyone using olsrd v1 is strongly urged to upgrade, especially people
using Smart-Gateway.
The shortlog is appended.
0.9.0.1 -------------------------------------------------------------------
Ferry Huberts (3):
neighbors: signal link changes when deleting a neighbor
jsoninfo: do not output smart-gateway info when not enabled.
txtinfo: do not output smart-gateway info when not enabled.
Henning Rogge (2):
Update version after release of v0.9.0
Release v0.9.0.1
16 June 2015: babeld-1.6.1.
* Fixed a buffer overflow in zone_equal. This is probably not
exploitable, but might cause incorrect routing tables in the presence
of source-specific routing.
* Added support for defaulting ipv6-subtrees automatically based on the
kernel version.
* Fixed compilation under musl.
Signed-off-by: Gabriel Kerneis <kerneis@google.com>
see: https://lists.olsr.org/pipermail/olsr-dev/2015-June/007598.html
"Everyone using olsrd v1 is strongly urged to upgrade, especially people
using Smart-Gateway.
In this release the Multi-Smart-Gateway additions are declared stable.
Also, Smart-Gateway timeouts are now implemented, which is a major fix
to the Smart-Gateway system. These timeouts were missing ever since its
first implementation." (Ferry Huberts)
Fixes seccomp on ARM or musl-based builds, notable upstream changes:
a97c189 fix Hex_test unit test
4bceb72 seccomp: allow readv and writev syscalls (used by musl)
64f4791 seccomp: define GET_SYSCALL_NUM accessor macro
0102181 seccomp: allow gettimeofday syscall (required on ARM)
18979ee Add a check to prevent a rare assertion failure
Signed-off-by: Daniel Golle <daniel@makrotopia.org>