Skip to content

Commit 24cbf64

Browse files
committed
update training
1 parent b188744 commit 24cbf64

File tree

8 files changed

+19
-7
lines changed

8 files changed

+19
-7
lines changed

docs/_sources/challenge.rst.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Happy hunting! 🚀
5959
6060
// Check if all fields are verified
6161
if (validatedFields.size === 5) {
62+
document.getElementById("form-container").style.display = "none";
6263
document.getElementById("congratulations").style.display = "block";
6364
}
6465
} else {
@@ -100,7 +101,10 @@ Happy hunting! 🚀
100101
</div>
101102
</div>
102103
<div id="congratulations" class="success" style="display: none;">
103-
Congratulations! All secrets are correct.
104+
Elementary, my dear engineer. Hidden in packets, configs,
105+
and traces were clues only a real BNG mind could find.
106+
You, my friend, have earned your seat in the network detective club.”
107+
<img src="_static/network_detective.png" alt="Network Detective" style="margin-top:20px; max-width:100%; height:auto; border: 2px solid #ccc; border-radius: 5px;">
104108
</div>
105109

106110

docs/_sources/routing.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ over all nodes. Meaning 1000 nodes with 1000 external routes results into one ex
6464
.. code-block:: none
6565
6666
# > Linux
67-
lspgen --level 2 --area 49.0001/24 --connector 1720.1600.0011 -m isis.mrt -c 1000 -e 1000
67+
lspgen --level 2 --area 49.0001/24 --connector 1720.1625.5011 -m isis.mrt -c 1000 -e 1000
6868
6969
7070
Now you can start the BNG Blaster again and verify the ISIS database, routes, and the Grafana dashboard.

docs/challenge.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ <h1>Challenge<a class="headerlink" href="#challenge" title="Link to this heading
130130

131131
// Check if all fields are verified
132132
if (validatedFields.size === 5) {
133+
document.getElementById("form-container").style.display = "none";
133134
document.getElementById("congratulations").style.display = "block";
134135
}
135136
} else {
@@ -171,7 +172,10 @@ <h1>Challenge<a class="headerlink" href="#challenge" title="Link to this heading
171172
</div>
172173
</div>
173174
<div id="congratulations" class="success" style="display: none;">
174-
Congratulations! All secrets are correct.
175+
Elementary, my dear engineer. Hidden in packets, configs,
176+
and traces were clues only a real BNG mind could find.
177+
You, my friend, have earned your seat in the network detective club.”
178+
<img src="_static/network_detective.png" alt="Network Detective" style="margin-top:20px; max-width:100%; height:auto; border: 2px solid #ccc; border-radius: 5px;">
175179
</div><div class="admonition note">
176180
<p class="admonition-title">Note</p>
177181
<p>The form requires the complete secret in the format <code class="docutils literal notranslate"><span class="pre">SECRET_XX_XXXXXXXXXXXXXXX</span></code>.

docs/routing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>03.01. ISIS<a class="headerlink" href="#isis" title="Link to this heading">
130130
or amount of external routes (<code class="docutils literal notranslate"><span class="pre">-e</span></code>), where external routes are automatically equally distributed
131131
over all nodes. Meaning 1000 nodes with 1000 external routes results into one external route per node.</p>
132132
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span># &gt; Linux
133-
lspgen --level 2 --area 49.0001/24 --connector 1720.1600.0011 -m isis.mrt -c 1000 -e 1000
133+
lspgen --level 2 --area 49.0001/24 --connector 1720.1625.5011 -m isis.mrt -c 1000 -e 1000
134134
</pre></div>
135135
</div>
136136
<p>Now you can start the BNG Blaster again and verify the ISIS database, routes, and the Grafana dashboard.</p>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docsrc/sources/challenge.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Happy hunting! 🚀
5959
6060
// Check if all fields are verified
6161
if (validatedFields.size === 5) {
62+
document.getElementById("form-container").style.display = "none";
6263
document.getElementById("congratulations").style.display = "block";
6364
}
6465
} else {
@@ -100,7 +101,10 @@ Happy hunting! 🚀
100101
</div>
101102
</div>
102103
<div id="congratulations" class="success" style="display: none;">
103-
Congratulations! All secrets are correct.
104+
Elementary, my dear engineer. Hidden in packets, configs,
105+
and traces were clues only a real BNG mind could find.
106+
You, my friend, have earned your seat in the network detective club.”
107+
<img src="_static/network_detective.png" alt="Network Detective" style="margin-top:20px; max-width:100%; height:auto; border: 2px solid #ccc; border-radius: 5px;">
104108
</div>
105109

106110

2.9 MB
Loading

docsrc/sources/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ over all nodes. Meaning 1000 nodes with 1000 external routes results into one ex
6464
.. code-block:: none
6565
6666
# > Linux
67-
lspgen --level 2 --area 49.0001/24 --connector 1720.1600.0011 -m isis.mrt -c 1000 -e 1000
67+
lspgen --level 2 --area 49.0001/24 --connector 1720.1625.5011 -m isis.mrt -c 1000 -e 1000
6868
6969
7070
Now you can start the BNG Blaster again and verify the ISIS database, routes, and the Grafana dashboard.

0 commit comments

Comments
 (0)