There is a small error in the srv_query () documentation. The xlog statements put the closing quotes in the wrong location. They should be as shown below.
xlog ("port[$var(i)] $srvquery(udp=>port[$var(i)])\n");
xlog ("priority[$var(i)] $srvquery(udp=>priority[$var(i)])\n");
xlog ("target[$var(i)] $srvquery(udp=>target[$var(i)])\n");
xlog ("weight[$var(i)] $srvquery(udp=>weight[$var(i)])\n");
—
Reply to this email directly or view it on GitHub.