35 lines
533 B
HTML
35 lines
533 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>
|
||
|
|
:title:
|
||
|
|
</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>
|
||
|
|
:title:
|
||
|
|
</h1>
|
||
|
|
|
||
|
|
<table border=1>
|
||
|
|
<tr>
|
||
|
|
<th colspan=2>Rechnernetz</th>
|
||
|
|
<th>Hops</th>
|
||
|
|
<th>Gültigkeit</th>
|
||
|
|
<th colspan=2>Nächster Hop</th>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>Adresse</th>
|
||
|
|
<th>Netzmaske</th>
|
||
|
|
<th></th>
|
||
|
|
<th>(sec)</th>
|
||
|
|
<th>Ziel</th>
|
||
|
|
<th>Öffentliche Adresse</th>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
:routing_entries:
|
||
|
|
|
||
|
|
</table>
|
||
|
|
<p>
|
||
|
|
:hint:
|
||
|
|
</p>
|
||
|
|
</body>
|
||
|
|
</html>
|