hnetd: update to latest version
authorSteven Barth <steven@midlink.org>
Tue, 25 Nov 2014 11:29:13 +0000 (12:29 +0100)
committerSteven Barth <steven@midlink.org>
Tue, 25 Nov 2014 11:29:13 +0000 (12:29 +0100)
Signed-off-by: Steven Barth <steven@midlink.org>
hnetd/Makefile
hnetd/files/hnet.config
hnetd/files/hnetd.init

index c4afb75b1ace510c012668dc25053d10a3fd8c98..9f681bddb9b339a630e74697e1d39bbf05a14ede 100644 (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
index e67e6eba594463016e0939e7b1d6877acc9af5e8..462f0452b87f52948a67efc59ed767bbbb6c0da2 100644 (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
index 8ee076a1cc7cb902d1cfdcc09a2a95f31dcd1f3f..3c5505db1f636f10c8d1957f886c5448b4f3bf6a 100644 (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