diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-03-04 17:48:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-03-04 17:48:18 +0000 |
commit | 81399345fe1baae96d3b7f0511e5e9ec9381ffe0 (patch) | |
tree | 742e1c576415774a785343c29d173d0bf7486d0e /package/network/config | |
parent | d201f01d5dc162d7f91574f6d943b877f41a6e77 (diff) | |
download | upstream-81399345fe1baae96d3b7f0511e5e9ec9381ffe0.tar.gz upstream-81399345fe1baae96d3b7f0511e5e9ec9381ffe0.tar.bz2 upstream-81399345fe1baae96d3b7f0511e5e9ec9381ffe0.zip |
netifd: fix VTI ikey/okey endianess
Ensure that ikey and okey are sent in network byte order to the kernel.
Also don't mangle external IP addrs and routes when reconfiguring iinterfaces.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48919
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/netifd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index c0a0e9a9ed..586f74063a 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2016-02-01 +PKG_VERSION:=2016-03-04 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(OPENWRT_GIT)/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=3610a24b218974bdf2d2f709a8af9e4a990c47bd +PKG_SOURCE_VERSION:=e27e23f76437edc7871c03c8c92d69fbe52d30f5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |