diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-03-06 13:47:50 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-03-07 11:27:27 +0100 |
commit | 20a2db83de5803a0899f3164a25314300557a703 (patch) | |
tree | 81ac70ed9f200e4a4c90c88161512c69c6974d0c /package/network/services/ppp/Makefile | |
parent | 09a8183ce849984b725d1c8be21ea93ce93e7f09 (diff) | |
download | upstream-20a2db83de5803a0899f3164a25314300557a703.tar.gz upstream-20a2db83de5803a0899f3164a25314300557a703.tar.bz2 upstream-20a2db83de5803a0899f3164a25314300557a703.zip |
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 <jo@mein.io>
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r-- | package/network/services/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |