From 64de1cb1fd5a3363d51275735613fe24af7a4964 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 6 Mar 2017 13:47:50 +0100 Subject: ppp: propagate master peerdns setting to dynamic slave interface Honour the parent interfaces peerdns option when spawning a virtual DHCPv6 interface in order to avoid pulling in IPv6 DNS servers when the user opted to inhibit peer DNS servers in the configuration. Fixes #597. Signed-off-by: Jo-Philipp Wich --- package/network/services/ppp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/ppp/Makefile') diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 2b04afddc4..8b0daf2295 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.7 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/ppp/ -- cgit v1.2.3