aboutsummaryrefslogtreecommitdiff
path: root/template/l2o/mile3.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/l2o/mile3.html.j2')
-rw-r--r--template/l2o/mile3.html.j288
1 files changed, 88 insertions, 0 deletions
diff --git a/template/l2o/mile3.html.j2 b/template/l2o/mile3.html.j2
new file mode 100644
index 00000000..265dd731
--- /dev/null
+++ b/template/l2o/mile3.html.j2
@@ -0,0 +1,88 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<article class="container">
4
5 <header>
6 <h1>{{ _("NGI Assure project: Layer-2-Overlay") }}</h1>
7 </header>
8
9 <div class="row">
10 <div class="col-2 d-none d-lg-block"><!-- for large viewports show menu for better orientation -->
11 <nav class="nav subnav position-fixed flex-column border-right" style="position:fixed">
12 <a class="nav-link" href="index.html#idea">{{ _("Project main page") }}</a>
13 </nav>
14 </div>
15 <div class="col">
16
17 <h2>Implementation details milestone 3</h2>
18
19 <section>
20 <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Bug fixing") }}</h4>
21 <p>
22 {% trans %}
23 Some bugs in the tng service and communicator code which were found with new tests were fixed.
24 {% endtrans %}
25 </p>
26 </section>
27
28 <section>
29 <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Master Loop") }}</h4>
30 <p>
31 {% trans %}
32 <table width="100%">
33 <tr>
34 <td width="45%" style="vertical-align: top;">src/transport/test_transport_udp_backchannel.sh</td><td width="55%" style="vertical-align: top;">Added script to start the udp backchannel test case.</td>
35 <tr>
36 <td></td><td> </td>
37 </tr>
38 <tr>
39 <td width="45%" style="vertical-align: top;">All commands</td><td width="55%" style="vertical-align: top;">Changed code to handle strings with topology information.</td>
40 </tr>
41 <tr>
42 <td></td><td> </td>
43 </tr>
44 <tr>
45 <td width="45%" style="vertical-align: top;">src/testing/netjail_start.sh</td><td width="55%" style="vertical-align: top;">Changed the netjail start script to configure port forwarding for specific protocols (tcp, udp).</td>
46 </tr>
47 </table>
48 {% endtrans %}
49 </p>
50 <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Local Loop") }}</h4>
51 <p>
52 {% trans %}
53 <table width="100%">
54 <tr>
55 <td width="45%" style="vertical-align: top;">src/transport/test_transport_plugin_cmd_udp_backchannel.c</td><td width="55%" style="vertical-align: top;">New plugin for the udp backchannel test case.</td>
56 <tr>
57 <td></td><td> </td>
58 </tr>
59 <tr>
60 <td width="45%" style="vertical-align: top;">src/transport/transport_api_cmd_backchannel_check.c</td><td width="55%" style="vertical-align: top;">Command to check for a udp backchannel specific log entry.</td>
61 </tr>
62 <tr>
63 <td></td><td> </td>
64 </tr>
65 <tr>
66 <td width="45%" style="vertical-align: top;">src/testing/testing_api_cmd_block_until_external_trigger.cc</td><td width="55%" style="vertical-align: top;">Command to block the local loop until triggered by a external signal.</td>
67 </tr>
68 </table>
69 {% endtrans %}
70 </p>
71 <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Configuration") }}</h4>
72 <p>
73 {% trans %}
74 <table width="100%">
75 <tr>
76 <td width="45%" style="vertical-align: top;">test_transport_udp_backchannel_topo.conf</td><td width="55%" style="vertical-align: top;">Topology configuration file for the udp backchannel test case.</td>
77 <tr>
78 </table>
79 {% endtrans %}
80 </p>
81 </section>
82
83
84 </div>
85 </div>
86
87</article>
88{% endblock body_content %} \ No newline at end of file