This commit is contained in:
Christian Dresel 2018-10-08 17:32:52 +02:00 committed by GitHub
parent 4b3f815a48
commit 1d0e47bd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ if [ ${GET_routes} ]; then
fi fi
if [ ${GET_v4table} ]; then if [ ${GET_v4table} ]; then
%> %>
<H2>Show IPv6 Routing Tabele</H2 <H2>Show IPv6 Routing Tabele</H2>
<% <%
v4routen=$(ip ro sh tab 10) v4routen=$(ip ro sh tab 10)
echo "$v4routen" | while read line ; do echo "$v4routen" | while read line ; do