diff --git a/xCAT-server/lib/xcat/plugins/dns.pm b/xCAT-server/lib/xcat/plugins/dns.pm index f2fdaf140..ff6eec650 100644 --- a/xCAT-server/lib/xcat/plugins/dns.pm +++ b/xCAT-server/lib/xcat/plugins/dns.pm @@ -99,7 +99,7 @@ sub get_reverse_zone_for_entity { unshift(@zone,(shift @orig)); } $rev = join('.',@zone); - $rev .= '.IN-ADDR.ARPA'; + $rev .= '.IN-ADDR.ARPA.'; return $rev; } }