aboutsummaryrefslogtreecommitdiffstats
path: root/web/templates/switches.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/switches.txt')
-rw-r--r--web/templates/switches.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/templates/switches.txt b/web/templates/switches.txt
deleted file mode 100644
index b710066..0000000
--- a/web/templates/switches.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-{% for (switch, s) in objects["public/switches"].switches|dictsort %}
- {% set mg = objects["read/switches-management"].switches[switch] -%}
- {{ switch }} {{mg.subnet4 }} {{ mg.subnet6 }} {{ mg.mgmt_v4_addr }} {{ mg.mgmt_v6_addr }} {{ mg.traffic_vlan }} {{ s.distro_name }}
-{% endfor %}