Skip to content
Snippets Groups Projects
Commit b80208fb authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Added information about ipv6-routing

parent 07930712
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ if debugFile==nil then
-- now get some information about the network status
debugdata = debugdata .. cmd("ip addr show")
debugdata = debugdata .. cmd("ip route show")
debugdata = debugdata .. cmd("ip -6 route show")
-- get wireless status
debugdata = debugdata .. cmd("iw phy phy0 info")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment