NSD 2.1.2, secondary, signed zones
Ted Lindgreen
ted at NLnetLabs.nl
Sat Oct 16 13:20:47 UTC 2004
[Quoting Erik Rozendaal, on Oct 15, 23:29, in "Re: NSD 2.1.2, secon ..."]
> There is a patch for named-xfer somewhere. But this was one of the main
The patch for named-xfer is appended.
> > Is NSD just not parsing the zone properly? Is named-xfer doing some
> > wrong? Am I trying to be too cutting-edge? :)
> Yes, you are trying to be too cutting-edge, but it will help us find and
> fix bugs, so please continue :)
Agree!
-- ted
Index: named-xfer.c
===================================================================
RCS file: /proj/cvs/prod/bind8/src/bin/named-xfer/named-xfer.c,v
retrieving revision 8.144
diff -u -r8.144 named-xfer.c
--- named-xfer.c 27 Aug 2004 00:23:16 -0000 8.144
+++ named-xfer.c 30 Sep 2004 00:40:10 -0000
@@ -3087,6 +3087,8 @@
fputs(" ( ", dbfp);
isc_puthexstring(dbfp, cp1, n,
(longname ? 28 : 40), 48,
+ (ignore[0] == ';') ?
+ "\n;\t\t\t\t" :
"\n\t\t\t\t");
fputs(" )\n", dbfp);
} else
More information about the nsd-users
mailing list