
  TYPE
    nlt$tm_static_route_definition = record
      nextt: ^nlt$tm_static_route_definition,
      local_device_id: nlt$device_identifier,
      local_device_name: cmt$element_name,
      destination_address: nat$sk_ip_address,
      destination_address_mask: nat$sk_ip_address,
      strict_route: boolean,
    recend;

*copyc cmt$element_name
*copyc nat$sk_ip_address
*copyc nlt$device_identifier

