Comment 20 for bug 1583053

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/20420
Committed: http://github.org/Juniper/contrail-controller/commit/fb6408c76a61e4b1a99e54eba87476e73807aa17
Submitter: Zuul
Branch: R2.20

commit fb6408c76a61e4b1a99e54eba87476e73807aa17
Author: Hari <email address hidden>
Date: Thu May 19 15:40:16 2016 +0530

Read and Write TXT records based on length only.

TXT records should not be encoded / decoded as a domain name, they are
not name compressed as domain names and do not end with a 0 length. Also
do the same for any other unsupported record type as well so that they
pass the request and response without dropping them.

Conflicts:
 src/dns/bind/bind_util.cc
 src/dns/test/dns_bind_test.cc

Change-Id: I37f85727a89937c6f33026e90029e537c5d90a32
closes-bug: #1583053
(cherry picked from commit 51802ea3ec39231e57fd0d052bf001d92a4449f7)