From e5843dde4dda51de3160de62b7b8811cb9465d1b Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 3 Aug 2006 21:45:39 +0000 Subject: Add proper support for "munging" of ipv6 addresses when ::ffff:addr is used (this is temporary) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4693 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/dns.h b/include/dns.h index 93817e66f..f66d2d3c4 100644 --- a/include/dns.h +++ b/include/dns.h @@ -248,6 +248,14 @@ class DNS : public Extensible */ Resolver* Classes[MAX_REQUEST_ID]; + /** + * We have to turn off a few checks on received packets + * when people are using 4in6 (e.g. ::ffff:xxxx). This is + * a temporary kludge, Please let me know if you know how + * to fix it. + */ + bool ip6munge; + /** * Build a dns packet payload */ -- cgit v1.2.3