diff options
| author | Markus Stenberg | 2016-05-16 21:10:58 +0000 |
|---|---|---|
| committer | Markus Stenberg | 2016-05-16 21:10:58 +0000 |
| commit | d87fe599698c80ff192b48db4813b7a3b270f1e4 (patch) | |
| tree | 9f8d02077775260272082b733209cd69672536e4 | |
| parent | 341dfdab992e8f3e978c56d2e948dd402c9dfd07 (diff) | |
| download | routing-d87fe599698c80ff192b48db4813b7a3b270f1e4.tar.gz | |
hnetd: Bumped to RFC7787/7788 compliant version.
| -rw-r--r-- | hnetd/Makefile | 4 | ||||
| -rw-r--r-- | hnetd/files/hnet.config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile index 89953f4..ebba0e7 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=a67835f479ca9d756128c3554e8d4c21feb03b1f -PKG_VERSION:=2015-09-29-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=9ab71adbf0a7ad2a0964e48641b19b016b37df16 +PKG_VERSION:=2016-05-16-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git diff --git a/hnetd/files/hnet.config b/hnetd/files/hnet.config index aba765f..a79dd3c 100644 --- a/hnetd/files/hnet.config +++ b/hnetd/files/hnet.config @@ -13,7 +13,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 + option persistent_store /etc/hnet-pa.store config sd sd # option router_name openwrt |