hnetd: update to latest version

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2014-11-25 12:29:13 +01:00
parent 52c2996771
commit e0ef57fa73
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2012-2013 OpenWrt.org
# Copyright (C) 2012-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -7,8 +7,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hnetd
PKG_SOURCE_VERSION:=0c1d55d03983c726aaad010738236c2da64ca7df
PKG_VERSION:=2014-09-26-$(PKG_SOURCE_VERSION)
PKG_SOURCE_VERSION:=10b22c409f2ecadaaec45e068fd01c74ffe5c772
PKG_VERSION:=2014-11-25-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git

View File

@ -1,6 +1,7 @@
config pa pa
# option ip4prefix 10.0.0.0/8
# option ulaprefix fd12:3456:789A::/48
# option ulamode off
# option persistent_store /etc/hnet-pa.store
config sd sd

View File

@ -57,6 +57,9 @@ start_service() {
config_get val pa ulaprefix
[ -n "$val" ] && procd_append_param command --ulaprefix $val
config_get val pa ulamode
[ -n "$val" ] && procd_append_param command --ulamode $val
config_get val sd router_name
[ -n "$val" ] && procd_append_param command -n $val