diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-02-14 14:58:08 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-03-13 18:27:41 +0100 |
commit | e83bc5e3c7531fe1a4ac090d49235274ba04b417 (patch) | |
tree | 937d329da95da02c303c2b5fd1919e5286ee7019 /package/network/ipv6/6in4/Makefile | |
parent | 50433f313f763361e85761fae3de12097dedd20a (diff) | |
download | upstream-e83bc5e3c7531fe1a4ac090d49235274ba04b417.tar.gz upstream-e83bc5e3c7531fe1a4ac090d49235274ba04b417.tar.bz2 upstream-e83bc5e3c7531fe1a4ac090d49235274ba04b417.zip |
6in4: support multiple additional user prefixes
Support configuration in the form...
list ip6prefix 2001:db8:1234::/64
list ip6prefix 2001:db8:5678::/64
... to allow specifying multiple routed IPv6 prefixes.
Implements feature request FS#1361.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Acked-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r-- | package/network/ipv6/6in4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index 34227ce9ef..8ff4730e74 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=24 +PKG_VERSION:=25 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 |