Merge branch 'master' into topic/vladg/dhcp

This commit is contained in:
Vlad Grigorescu 2013-07-31 10:08:44 -04:00
commit 7ddacba1a3
20 changed files with 148 additions and 31 deletions

View file

@ -207,6 +207,11 @@ event DNS::do_reply(c: connection, msg: dns_msg, ans: dns_answer, reply: string)
{
if ( ans$answer_type == DNS_ANS )
{
if ( ! c?$dns )
{
event conn_weird("dns_unmatched_reply", c, "");
hook set_session(c, msg, F);
}
c$dns$AA = msg$AA;
c$dns$RA = msg$RA;