]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnswasher comment
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 15 Feb 2018 12:58:27 +0000 (13:58 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 25 Mar 2019 09:22:40 +0000 (10:22 +0100)
pdns/dnswasher.cc

index bd8e23dad5ecce0e5ae2a355f305249e54079acc..c105f3bea635cb486d492ac92eb244bc57e3b445 100644 (file)
@@ -149,6 +149,7 @@ try
             *dst=ipo.obf6(*dst);
           else
             *src=ipo.obf6(*src);
+          // IPv6 checksum does not cover source/destination addresses
         }
         pw.write();
       }