Dnsmasq 2.67rc4 + Simon's tweaks up & incl 21 Oct 2013 20:47
commit2cb9de96438027c542b48f1896cc7556259fa116
authorKevin Darbyshire-Bryant <kdbtomato@darbyshire-bryant.me.uk>
Wed, 23 Oct 2013 08:55:56 +0000 (23 09:55 +0100)
committerKevin Darbyshire-Bryant <kdbtomato@darbyshire-bryant-me.uk>
Wed, 23 Oct 2013 10:02:55 +0000 (23 17:02 +0700)
tree70285c00c6a46ad4b7175783cbfa82244f06e7fb
parentbc1c34ef90319b679f5da898352e9e5c4c5fe5b3
Dnsmasq 2.67rc4 + Simon's tweaks up & incl 21 Oct 2013 20:47
Also includes fix in tomato helper for non dhcpv6 compiles
(thanks Shibby) Also includes an accept 'Wide Prefix' patch
from Vlad
http://wl500g.googlecode.com/svn/trunk/dnsmasq/020-relax-prefix.patch

This allows constructed ranges to have forced larger prefixes
on a smaller prefix interface - eg allow /64 on an interface that is
a /48 - This patch is probably the holy grail we've been looking for
and both Vlad & myself are hoping Simon accepts it.
14 files changed:
release/src/router/dnsmasq/CHANGELOG
release/src/router/dnsmasq/VERSION
release/src/router/dnsmasq/src/auth.c
release/src/router/dnsmasq/src/cache.c
release/src/router/dnsmasq/src/config.h
release/src/router/dnsmasq/src/dhcp-common.c
release/src/router/dnsmasq/src/dhcp6.c
release/src/router/dnsmasq/src/dnsmasq.c
release/src/router/dnsmasq/src/dnsmasq.h
release/src/router/dnsmasq/src/forward.c
release/src/router/dnsmasq/src/lease.c
release/src/router/dnsmasq/src/network.c
release/src/router/dnsmasq/src/radv.c
release/src/router/dnsmasq/src/rfc1035.c