diff options
author | John Crispin <john@openwrt.org> | 2012-08-22 09:14:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-08-22 09:14:42 +0000 |
commit | 2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a (patch) | |
tree | eecec4a9776c0451d7b5370d97b1ef9ec626bcfc /package/dnsmasq/Makefile | |
parent | 968ac3fd03e567b47259ff47d7d9ba6d73ac6f05 (diff) | |
download | upstream-2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a.tar.gz upstream-2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a.tar.bz2 upstream-2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a.zip |
dnsmasq: Set prefix on-link bit in RAs
This is fix an issue with dnsmasq's RA that does not set the "on-link" bit, making all local IPv6 traffic go to the router then to the destination host, not directly to each other.
patch is from dnsmasq git
SVN-Revision: 33216
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r-- | package/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index f19e012635..7e06ec1720 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.62 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |