diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-12 18:59:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-12 18:59:40 +0000 |
commit | d3b8685cd79e04f6c215e13220b9ba8784ea7e0a (patch) | |
tree | b402432823b280abe5eb2a24c98fda31f925184e /package/6to4/Makefile | |
parent | 01e7d775e79427108e1229008e28a5b76c2aa895 (diff) | |
download | upstream-d3b8685cd79e04f6c215e13220b9ba8784ea7e0a.tar.gz upstream-d3b8685cd79e04f6c215e13220b9ba8784ea7e0a.tar.bz2 upstream-d3b8685cd79e04f6c215e13220b9ba8784ea7e0a.zip |
6to4: don't start if detected local IPv4 address is RFC1918, allows people to deploy firmwares with 6to4 enabled by default
SVN-Revision: 27160
Diffstat (limited to 'package/6to4/Makefile')
-rw-r--r-- | package/6to4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/6to4/Makefile b/package/6to4/Makefile index c106570118..a6f3315a4a 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=3 +PKG_VERSION:=4 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |