[%
# vi: ft=tt2

# Returns the dbnode of a given host.
#
# @param argv.host      The hostname to get the dbnode for.
# @return out           The dbnode.

out = ngcp.get_dbnode(argv.host);

-%]
