Comment 19 for bug 1583053

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

Reviewed: https://review.opencontrail.org/20416
Committed: http://github.org/Juniper/contrail-controller/commit/a767a7b287a47d0794e212eebfda95140e309205
Submitter: Zuul
Branch: R3.0

commit a767a7b287a47d0794e212eebfda95140e309205
Author: Hari <email address hidden>
Date: Thu May 19 15:38:06 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