]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnswasher: Fix comment at top of file (RD -> QR)
authorRobert Edmonds <edmonds@fsi.io>
Sat, 16 Apr 2016 00:34:02 +0000 (20:34 -0400)
committerRobert Edmonds <edmonds@fsi.io>
Sat, 16 Apr 2016 00:34:02 +0000 (20:34 -0400)
Only the QR bit (not the RD bit) is consulted when determining which IP
address to obfuscate.

pdns/dnswasher.cc

index ae8a5f543cc8b8e774142cd72cd4538a867e4f6c..34613708e151736106b5116cd26c6ad82db39acd 100644 (file)
@@ -5,7 +5,7 @@ for analysis.
 
 algorithm:
 
-read a packet, check if it has the recursion desired bit set. 
+read a packet, check if it has the QR bit set.
 
 If the question has the response bit set, obfuscate the destination IP address
 otherwise, obfuscate the response IP address