CHANGELOG: (details in GIT on olsrd.org )
* PUD plugin (position update plugin)
* JSONinfo plugin
* sgwdynspeed plugin (select dynamic smart gateway based on gw speed)
* Update on Quagga plugin (for new Quagga)
* Fixes for Androids
* Some fixes for GTK and Win32 gui
* Lots of core fixes to support new compiler warnings
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@32124 3c298f89-4303-0410-b956-a3cf2f4a3e73
Also fix hotplug scripts to load batman-adv module when necessary.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@31317 3c298f89-4303-0410-b956-a3cf2f4a3e73
Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@31190 3c298f89-4303-0410-b956-a3cf2f4a3e73
New features in 0.2.2:
- libconfuse dependency removed
- Improved logging
- New auto-configuration option
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/ipv6/ndppd@30580 3c298f89-4303-0410-b956-a3cf2f4a3e73
nodefaultlibs now includes libc so we have to add it where we want it
git-svn-id: svn://svn.openwrt.org/openwrt/packages/ipv6/ndppd@30530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* call bat_config() instead of config_bat() (which does not exist)
* support ap isolation config option
* remove /etc/rc.common from script since it is not an init script anymore
Signed-off-by: Filippo Sallemi <tonyputi@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@30457 3c298f89-4303-0410-b956-a3cf2f4a3e73
Also replace init script with hotplug based set of scripts.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@30272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Hi,
here is a patch to add a package for ndppd:
ndppd, or NDP Proxy Daemon, is a daemon that proxies NDP (Neighbor Discovery
Protocol) messages between interfaces. ndppd currently only supports
Neighbor Solicitation Messages and Neighbor Advertisement Messages.
The ndp_proxy provided by Linux doesn't support listing proxies, and only
hosts are supported. No subnets. ndppd solves this by listening for
Neighbor Solicitation messages on an interface, then query the internal
interfaces for that target IP before finally sending a Neighbor
Advertisement message.
http://www.priv.nu/projects/ndppd/
I tested it and it works fine. I am willing to maintain it.
Note that this my first C++ package and it took a lot of trial and error to get
the Build/Compile target working. Any feedback would be much welcome.
Best regard,
>From 689b4a52af2e25e3574d0dca7cc5e63ed100c50a Mon Sep 17 00:00:00 2001
From: Gabriel Kerneis <kerneis@pps.jussieu.fr>
Date: Fri, 27 Jan 2012 15:35:14 +0100
Subject: [PATCH] [packages] ndppd: initial import (release 0.2.1)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/ipv6/ndppd@29987 3c298f89-4303-0410-b956-a3cf2f4a3e73
txtinfo plugin patch removed because now text is properly formatted, agreed with JoW
quagga patch removed because problem was fixed upstream in quagga, agreed with acinonyx
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@29131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Forgot to add this one during the last round.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@28474 3c298f89-4303-0410-b956-a3cf2f4a3e73
Also split init script into lib and init script as suggested by
Filippo Sallemi to allow including the lib from a hotplug script.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@28066 3c298f89-4303-0410-b956-a3cf2f4a3e73
The batman-adv init script will query uci (network.$iface.ifname)
to retrieve the interface name to re-use the existing network
configuration system.
The default iface configuration (batman-adv.bat0.interfaces) is
set to 'mesh' which allows to start batman-adv as soon as the
network configuration contains a 'mesh' stanza.
Signed-off-by: Filippo Sallemi <tonyputi@gmail.com>
Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@26719 3c298f89-4303-0410-b956-a3cf2f4a3e73