diff options
author | t3sserakt <t3ss@posteo.de> | 2023-02-15 16:46:07 +0100 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2023-02-15 16:46:07 +0100 |
commit | 825e62e283e2b4fe94e456f0f2a03db568003feb (patch) | |
tree | eb8c9bd17da529e1174666048945817426bef620 | |
parent | 3227d7d662714a6a85b8a02a002ec6ea34fd6732 (diff) |
removed copy/paste content
-rw-r--r-- | template/l2o/mile5.html.j2 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/template/l2o/mile5.html.j2 b/template/l2o/mile5.html.j2 index 4601ee79..a2a98031 100644 --- a/template/l2o/mile5.html.j2 +++ b/template/l2o/mile5.html.j2 @@ -63,36 +63,6 @@ </section> <section> - <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Master Loop") }}</h4> - <p> - {% trans %} - <table width="100%"> - <tr> - <td width="60%" style="vertical-align: top;">src/transport/test_transport_simple_send_dv_inverse.sh</td><td width="55%" style="vertical-align: top;">Added script to start the inverse distance vector test case.</td> - <tr> - <td></td><td> </td> - </tr> - <tr> - <td width="60%" style="vertical-align: top;">src/transport/test_transport_simple_send_dv_circle.sh</td><td width="55%" style="vertical-align: top;">Added script to start the circle distance vector test case.</td> - <tr> - </table> - {% endtrans %} - </p> - <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Local Loop") }}</h4> - <p> - {% trans %} - <table width="100%"> - <tr> - <td width="60%" style="vertical-align: top;">src/transport/transport_api_cmd_connecting_peers.c</td><td width="40%" style="vertical-align: top;">Added logic to handle counting additonal connection per peer.</td> - <tr> - <td></td><td> </td> - </tr> - <tr> - <td width="60%" style="vertical-align: top;">src/transport/test_transport_plugin_cmd_simple_send_dv.c</td><td width="40%" style="vertical-align: top;">Added plugin which creates the commands for the distance vector test cases.</td> - <tr> - </table> - {% endtrans %} - </p> <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Configuration") }}</h4> <p> {% trans %} |