remove federation (#3794)

Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
Zou Nengren 2020-03-31 00:08:20 +08:00 committed by GitHub
parent 021f761291
commit 8bbfa19223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 63 deletions

View file

@ -29,8 +29,6 @@ func parseRequest(name, zone string) (r recordRequest, err error) {
// 1. _port._protocol.service.namespace.pod|svc.zone
// 2. (endpoint): endpoint.service.namespace.pod|svc.zone
// 3. (service): service.namespace.pod|svc.zone
//
// Federations are handled in the federation plugin. And aren't parsed here.
base, _ := dnsutil.TrimZone(name, zone)
// return NODATA for apex queries