diff options
author | Steven Barth <steven@midlink.org> | 2012-12-11 16:56:37 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2012-12-11 16:56:37 +0000 |
commit | 381b57a6ea6990b5ae7a5fd625581674fee2bb5f (patch) | |
tree | 3e36de8c28e899cf14becb50b926f90f953ff228 /package/network/ipv6/ipv6-support/Makefile | |
parent | 91b24ac85b004a0a0821c7f6c9a68633ee6b810d (diff) | |
download | master-187ad058-381b57a6ea6990b5ae7a5fd625581674fee2bb5f.tar.gz master-187ad058-381b57a6ea6990b5ae7a5fd625581674fee2bb5f.tar.bz2 master-187ad058-381b57a6ea6990b5ae7a5fd625581674fee2bb5f.zip |
ipv6-support: Make ULA addresses secondary
* Deprecates ULA prefixes when there are other public prefixes
* Fixes issues with clients using incorrect source addresses
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34630 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/ipv6-support/Makefile')
-rw-r--r-- | package/network/ipv6/ipv6-support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile index a814b52fb6..d570e54fc4 100644 --- a/package/network/ipv6/ipv6-support/Makefile +++ b/package/network/ipv6/ipv6-support/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipv6-support -PKG_VERSION:=2012-12-10 +PKG_VERSION:=2012-12-11 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |