PROCEDURE generate_defhn (
  host_network: string = $optional
  configuration_file: file = $optional
  status: (var) status = $optional
  )

  put_line ('define_host_network network='//host_network) o=configuration_file

PROCEND generate_defhn
