[%
# vi: ft=tt2

# Returns the hostname of the node calling this function.
#
# @return out           The hostname of the node calling this function.

out = ngcp.get_hostname();

-%]
