35 lines
503 B
HTML
35 lines
503 B
HTML
<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> |