[bind10-dev] DNS message API: resource data classes
Jeremy C. Reed
jreed at isc.org
Tue Aug 18 17:00:46 UTC 2009
On Sun, 16 Aug 2009, JINMEI Tatuya / 神明達哉 wrote:
> Committed. Based on the suggestion in the last week's call, I've
> created a new top level directory "experiments" and moved all the
> prototype stuff there. It can be retrieved by:
> % svn co svn://bind10.isc.org/experiments/jinmei-messageapi
Compiled and ran for me on NetBSD using gcc 4.1.3 and
boost-headers-1.38.0nb1 package. (It doesn't compile using NetBSD make, so
I used gmake. If you want the c++ errors, please let me know.)
t1:jinmei-messageapi$ ./rrset-test
1
1
1
1
2001:db8::1234
3600 IN AAAA 2001:db8::1234
3600 IN AAAA 2001:db8::abcd
2
www.example.com. 3600 IN AAAA 2001:db8::1234
www.example.com. 3600 IN AAAA 2001:db8::abcd
www.example.com. 3600 IN AAAA 2001:db8::beef
3
2001:db8::1234
2001:db8::abcd
2001:db8::beef
More information about the bind10-dev
mailing list