mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
Merge origin/master
This commit is contained in:
commit
6ef905da67
9
README
9
README
@ -220,12 +220,17 @@ Subscribe to the netsukuku mailing to get help, be updated on the latest news
|
|||||||
and discuss on its development.
|
and discuss on its development.
|
||||||
|
|
||||||
To subscribe to the list, send a message to:
|
To subscribe to the list, send a message to:
|
||||||
|
|
||||||
netsukuku-subscribe@lists.dyne.org
|
netsukuku-subscribe@lists.dyne.org
|
||||||
|
|
||||||
or use the web interface:
|
or use the web interface:
|
||||||
http://lists.dyne.org/mailman/listinfo/netsukuku
|
|
||||||
|
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku
|
||||||
|
|
||||||
You can browse the archive here:
|
You can browse the archive here:
|
||||||
http://lists.dyne.org/netsukuku/
|
|
||||||
|
https://lists.dyne.org/lurker/list/netsukuku.en.html
|
||||||
|
|
||||||
http://dir.gmane.org/gmane.network.peer-to-peer.netsukuku
|
http://dir.gmane.org/gmane.network.peer-to-peer.netsukuku
|
||||||
|
|
||||||
|
|
||||||
|
@ -491,6 +491,9 @@ d_a_u(char *start_buf, char *buf, dns_pkt_a ** dpa_orig, int limit_len)
|
|||||||
if (dpa->type == T_A) {
|
if (dpa->type == T_A) {
|
||||||
memcpy(dpa->rdata, buf, rdlen); /* 32bit address */
|
memcpy(dpa->rdata, buf, rdlen); /* 32bit address */
|
||||||
count += rdlen;
|
count += rdlen;
|
||||||
|
} else if (dpa->type == T_AAAA) {
|
||||||
|
memcpy(dpa->rdata, buf, rdlen); /* 128bit address */
|
||||||
|
count += rdlen;
|
||||||
} else if (dpa->type == T_MX) {
|
} else if (dpa->type == T_MX) {
|
||||||
memcpy(dpa->rdata, buf, 2);
|
memcpy(dpa->rdata, buf, 2);
|
||||||
if ((ui =
|
if ((ui =
|
||||||
|
Loading…
Reference in New Issue
Block a user