From a5a29a18b193216061dc35b3a26f516823acfb4d Mon Sep 17 00:00:00 2001 From: Johannes Kimmel Date: Tue, 14 Nov 2023 02:35:46 +0100 Subject: [PATCH] html: fix indentations --- index.html | 213 +++++++++++++++++++++++++++-------------------------- 1 file changed, 107 insertions(+), 106 deletions(-) diff --git a/index.html b/index.html index 426fd0b..e691568 100644 --- a/index.html +++ b/index.html @@ -15,99 +15,99 @@
Hinweise zur Subnetzgröße
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PrefixlängeIPsBemerkung
AnzahlNutzbar
/3211 -
    -
  • Einzelne IP
  • -
  • Gedacht für den Einsatz als Router IP
  • -
  • Für SNAT nötig
  • -
-
/3122 -
    -
  • "Peering Netz"
  • -
  • Zwei unabhängige /32 bevorzugen
  • -
-
/3042 -
    -
  • Sehr kleines Netz
  • -
  • Nicht wirklich sinnvoll
  • -
-
/2986 -
    -
  • Sehr kleines Netz
  • -
  • Als Antennennetz an einem reinem Richtfunkstandort ausreichend
  • -
-
/281614 -
    -
  • Sehr kleines Netz
  • -
  • Als Antennennetz an einem reinem Richtfunkstandort ausreichend
  • -
-
/273230 -
    -
  • Kleines Netz
  • -
  • Für eine Wohnung, oder Gästezimmer ausreichend
  • -
-
/266462 -
    -
  • Kleines Netz
  • -
  • Für eine Wohnung, Gästezimmer, kleinere Gasthäuser ausreichend
  • -
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PrefixlängeIPsBemerkung
AnzahlNutzbar
/3211 +
    +
  • Einzelne IP
  • +
  • Gedacht für den Einsatz als Router IP
  • +
  • Für SNAT nötig
  • +
+
/3122 +
    +
  • "Peering Netz"
  • +
  • Zwei unabhängige /32 bevorzugen
  • +
+
/3042 +
    +
  • Sehr kleines Netz
  • +
  • Nicht wirklich sinnvoll
  • +
+
/2986 +
    +
  • Sehr kleines Netz
  • +
  • Als Antennennetz an einem reinem Richtfunkstandort ausreichend
  • +
+
/281614 +
    +
  • Sehr kleines Netz
  • +
  • Als Antennennetz an einem reinem Richtfunkstandort ausreichend
  • +
+
/273230 +
    +
  • Kleines Netz
  • +
  • Für eine Wohnung, oder Gästezimmer ausreichend
  • +
+
/266462 +
    +
  • Kleines Netz
  • +
  • Für eine Wohnung, Gästezimmer, kleinere Gasthäuser ausreichend
  • +
+
@@ -156,25 +156,26 @@

grouped

- {{- range .UsedGrouped }} - {{- $first := index . 0 }} - {{- $bits := $first.Bits }} -
-

/{{ $bits }}

- - {{- range . }} - - {{- end }} -
{{.Addr}}{{.Bits}}
-
- {{ end -}} + {{- range .UsedGrouped }} + {{- $first := index . 0 }} + {{- $bits := $first.Bits }} +
+

/{{ $bits }}

+ + {{- range . }} + + {{- end }} +
{{.Addr}}{{.Bits}}
+
+ {{ end -}}

all

{{- range .Used }} - {{ end }} + + {{- end }}
{{.Addr}}{{.Bits}}
{{.Addr}}{{.Bits}}