blob: 251cb5a79808eb26b2207cf0f783d7c81cd178e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
##############################################################################
# MCS hosts file
#
# This file is generated automatically - DO NOT EDIT IT.
#
# Generated on: {% now "r" %}
#
127.0.0.1 localhost.mcs.anl.gov localhost
# This file lists hosts in these domains:
{% for domain in domain_data %}# {{ domain.0 }}: {{ domain.1 }}
{% endfor %}
#
# This file lists hosts on these networks:
#
# Network Hosts
# ---------------------------------------------------------------------
{% for octet in two_octets_data %}# {{ octet.0 }} {{octet.1 }}
{% endfor %}
#
{% for octet in three_octets_data %}# {{ octet.0 }} {{ octet.1 }}
{% endfor %}
#
# Total host interfaces (ip addresses) in this file: {{ num_ips }}
|