ajout algo glouton + filius

This commit is contained in:
2022-05-04 18:39:31 +02:00
parent 8b544dba16
commit 92c5087408
110 changed files with 6166 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<html>
<head>
<title>
:title:
</title>
</head>
<body>
<h1>
:title:
</h1>
<table border=1>
<tr>
<th colspan=2>Network</th>
<th>Hops</th>
<th>Validity</th>
<th colspan=2>Next Hop</th>
</tr>
<tr>
<th>Address</th>
<th>Netmask</th>
<th></th>
<th>(sec)</th>
<th>Target</th>
<th>Public Address</th>
</tr>
:routing_entries:
</table>
<p>
:hint:
</p>
</body>
</html>